[Box Backup-commit] COMMIT r2185 - box/trunk/lib/common

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Wed, 28 May 2008 16:59:01 +0100 (BST)


Author: chris
Date: 2008-05-28 16:59:01 +0100 (Wed, 28 May 2008)
New Revision: 2185

Modified:
   box/trunk/lib/common/Test.cpp
Log:
Include "Box.h" in the right place.


Modified: box/trunk/lib/common/Test.cpp
===================================================================
--- box/trunk/lib/common/Test.cpp	2008-05-28 15:35:42 UTC (rev 2184)
+++ box/trunk/lib/common/Test.cpp	2008-05-28 15:59:01 UTC (rev 2185)
@@ -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)