From e630d8ed665c44bb00009970decdb4a6470897b2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 24 Mar 2007 22:59:53 +0000 Subject: Fix header include order. (refs #3, merges [1446]) --- lib/common/Timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/common/Timer.h b/lib/common/Timer.h index 390442df..8e229a0a 100644 --- a/lib/common/Timer.h +++ b/lib/common/Timer.h @@ -15,9 +15,10 @@ #include -#include "MemLeakFindOn.h" #include "BoxTime.h" +#include "MemLeakFindOn.h" + class Timer; // -------------------------------------------------------------------------- -- cgit v1.2.3