[Box Backup-commit] COMMIT r1446 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 24 14:41:14 GMT 2007


Author: chris
Date: 2007-03-24 14:41:14 +0000 (Sat, 24 Mar 2007)
New Revision: 1446

Modified:
   box/chris/general/lib/common/Timer.h
Log:
Fix header include order


Modified: box/chris/general/lib/common/Timer.h
===================================================================
--- box/chris/general/lib/common/Timer.h	2007-03-24 14:40:39 UTC (rev 1445)
+++ box/chris/general/lib/common/Timer.h	2007-03-24 14:41:14 UTC (rev 1446)
@@ -15,9 +15,10 @@
 
 #include <vector>
 
-#include "MemLeakFindOn.h"
 #include "BoxTime.h"
 
+#include "MemLeakFindOn.h"
+
 class Timer;
 
 // --------------------------------------------------------------------------




More information about the Boxbackup-commit mailing list