summaryrefslogtreecommitdiffstats
path: root/sigmod/test/TestTime.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-18 12:38:11 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-18 12:38:11 -0500
commit17f7b4abb480364fb5c2dcfacd29e0930fe129bc (patch)
treef951ec683c3797488af0bc69d5cf6a595d8ead33 /sigmod/test/TestTime.h
parente105ef38f1c8497e4c276839c175d7966413f860 (diff)
downloadsigen-17f7b4abb480364fb5c2dcfacd29e0930fe129bc.tar.gz
sigen-17f7b4abb480364fb5c2dcfacd29e0930fe129bc.tar.xz
sigen-17f7b4abb480364fb5c2dcfacd29e0930fe129bc.zip
Changed includes to forward declarations where possible in sigmod tests
Diffstat (limited to 'sigmod/test/TestTime.h')
-rw-r--r--sigmod/test/TestTime.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sigmod/test/TestTime.h b/sigmod/test/TestTime.h
index e40111e3..c09b340a 100644
--- a/sigmod/test/TestTime.h
+++ b/sigmod/test/TestTime.h
@@ -21,8 +21,11 @@
// Test includes
#include "TestSigmodObject.h"
-// Sigmod includes
-#include "../Time.h"
+// Forward declarations
+namespace Sigmod
+{
+class Time;
+}
class TestTime : public TestSigmodObject
{