summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-05-28 15:59:01 +0000
committerChris Wilson <chris+github@qwirx.com>2008-05-28 15:59:01 +0000
commit4d7754c4f63eb4588f04de1e8cda14b740b0b74a (patch)
tree3613557aa41e02839b83b5cc0e8eb8bd87e4916f /lib/common
parent4b9ea5a1e413ac0180007c4c59d8809621325d5b (diff)
Include "Box.h" in the right place.
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/Test.cpp b/lib/common/Test.cpp
index 92793c1b..72b1948a 100644
--- a/lib/common/Test.cpp
+++ b/lib/common/Test.cpp
@@ -7,6 +7,8 @@
//
// --------------------------------------------------------------------------
+#include "Box.h"
+
#include <errno.h>
#include <signal.h>
#include <stdio.h>
@@ -19,7 +21,6 @@
#include <unistd.h>
#endif
-#include "Box.h"
#include "Test.h"
bool TestFileExists(const char *Filename)