diff options
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.cpp b/client/main.cpp index 77c93d2..c219f47 100644 --- a/client/main.cpp +++ b/client/main.cpp | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <QCommandLineParser> | 21 | #include <QCommandLineParser> |
22 | 22 | ||
23 | #include "common/console.h" | 23 | #include "common/console.h" |
24 | #include "resourceaccess.h" | 24 | #include "common/resourceaccess.h" |
25 | 25 | ||
26 | int main(int argc, char *argv[]) | 26 | int main(int argc, char *argv[]) |
27 | { | 27 | { |