Skip to content

Commit

Permalink
Removed package.php include
Browse files Browse the repository at this point in the history
This caused an error on all case sensitive
file systems

Signed-off-by: RJ Garcia <rj@bighead.net>
  • Loading branch information
ragboyjr committed Nov 30, 2016
1 parent 7c266c0 commit 46b9e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require_once __DIR__ . '/http.php';
require_once __DIR__ . '/invoke-action.php';
require_once __DIR__ . '/marshal-response.php';
require_once __DIR__ . '/package.php';
require_once __DIR__ . '/Package/AutoArgs/inc.php';
require_once __DIR__ . '/Package/Plates/inc.php';
require_once __DIR__ . '/Package/REST/inc.php';
Expand Down

0 comments on commit 46b9e14

Please sign in to comment.