[Box Backup-commit] COMMIT r1475 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 24 Mar 2007 22:59:53 +0000
Author: chris
Date: 2007-03-24 22:59:53 +0000 (Sat, 24 Mar 2007)
New Revision: 1475
Modified:
box/chris/merge/lib/common/Timer.h
Log:
Fix header include order. (refs #3, merges [1446])
Modified: box/chris/merge/lib/common/Timer.h
===================================================================
--- box/chris/merge/lib/common/Timer.h 2007-03-24 22:59:26 UTC (rev 1474)
+++ box/chris/merge/lib/common/Timer.h 2007-03-24 22:59:53 UTC (rev 1475)
@@ -15,9 +15,10 @@
#include <vector>
-#include "MemLeakFindOn.h"
#include "BoxTime.h"
+#include "MemLeakFindOn.h"
+
class Timer;
// --------------------------------------------------------------------------