diff options
Diffstat (limited to 'src/ninja.cc')
-rw-r--r-- | src/ninja.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ninja.cc b/src/ninja.cc index 8c46833..c113bfb 100644 --- a/src/ninja.cc +++ b/src/ninja.cc @@ -31,9 +31,9 @@ #include "browse.h" #include "build.h" #include "build_log.h" -#include "parsers.h" - +#include "graph.h" #include "graphviz.h" +#include "parsers.h" option options[] = { { "help", no_argument, NULL, 'h' }, |