aboutsummaryrefslogtreecommitdiff
path: root/daemon/OlyUtility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/OlyUtility.cpp')
-rw-r--r--daemon/OlyUtility.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/OlyUtility.cpp b/daemon/OlyUtility.cpp
index 2f85131..b29a1e9 100644
--- a/daemon/OlyUtility.cpp
+++ b/daemon/OlyUtility.cpp
@@ -6,6 +6,8 @@
* published by the Free Software Foundation.
*/
+#include "OlyUtility.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -19,8 +21,6 @@
#include <mach-o/dyld.h>
#endif
-#include "OlyUtility.h"
-
OlyUtility* util = NULL;
bool OlyUtility::stringToBool(const char* string, bool defValue) {