Rely on autoloader to load Console_CommandLine
authorChristian Weiske <cweiske@cweiske.de>
Tue, 24 Oct 2017 15:09:46 +0000 (17:09 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 24 Oct 2017 15:09:46 +0000 (17:09 +0200)
Resolves: https://github.com/cweiske/php-sqllint/issues/13

src/phpsqllint/Cli.php

index eecc9b789617be9826915d1e7db5e21547eda76c..1501815eb58408ed4a284211b4f4f1ee4b10d8ab 100644 (file)
@@ -13,8 +13,6 @@
 namespace phpsqllint;
 use PhpMyAdmin\SqlParser\Parser;
 
-require_once 'Console/CommandLine.php';
-
 /**
  * Command line interface
  *