diff options
Diffstat (limited to 'src/log.cpp')
-rw-r--r-- | src/log.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/log.cpp b/src/log.cpp index 322fcdae..9ed940a1 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -22,7 +22,9 @@ #include <iostream> #include <sstream> -#include <sys/time.h> +#include "log.h" + +#include "gui/widgets/chattab.h" #ifdef WIN32 #include <windows.h> @@ -30,9 +32,7 @@ #include <Carbon/Carbon.h> #endif -#include "log.h" - -#include "gui/widgets/chattab.h" +#include <sys/time.h> Logger::Logger(): mLogToStandardOut(false), |