From 17f7b4abb480364fb5c2dcfacd29e0930fe129bc Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 18 Jan 2009 12:38:11 -0500 Subject: Changed includes to forward declarations where possible in sigmod tests --- sigmod/test/TestGlobalScript.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sigmod/test/TestGlobalScript.h') diff --git a/sigmod/test/TestGlobalScript.h b/sigmod/test/TestGlobalScript.h index a72883f6..9e65e6af 100644 --- a/sigmod/test/TestGlobalScript.h +++ b/sigmod/test/TestGlobalScript.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,8 +21,11 @@ // Test includes #include "TestSigmodObject.h" -// Sigmod includes -#include "../GlobalScript.h" +// Forward declarations +namespace Sigmod +{ +class GlobalScript; +} class TestGlobalScript : public TestSigmodObject { -- cgit