diff options
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc index 27b4854..a1c8cd5 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,8 +1,8 @@ -#include <iostream> - #include "args.hh" #include "config.h" +#include <iostream> + #ifndef VERSION # define VERSION "unknown" #endif |
