Skip to content

Commit

Permalink
remove pointless require
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jul 23, 2012
1 parent 2bc5b7c commit 38c092a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpab.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@


require 'TheSeer/DirectoryScanner/autoload.php'; require 'TheSeer/DirectoryScanner/autoload.php';
require 'ezc/Base/base.php'; require 'ezc/Base/base.php';
require 'PHP/Timer.php';


if (strpos(PHPAB_VERSION, '%development') === 0) { if (strpos(PHPAB_VERSION, '%development') === 0) {
require __DIR__ . '/src/autoload.php'; require __DIR__ . '/src/autoload.php';
Expand Down

0 comments on commit 38c092a

Please sign in to comment.