diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 12:38:11 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-18 12:38:11 -0500 |
| commit | 17f7b4abb480364fb5c2dcfacd29e0930fe129bc (patch) | |
| tree | f951ec683c3797488af0bc69d5cf6a595d8ead33 /sigmod/test/TestGlobalScript.h | |
| parent | e105ef38f1c8497e4c276839c175d7966413f860 (diff) | |
| download | sigen-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/TestGlobalScript.h')
| -rw-r--r-- | sigmod/test/TestGlobalScript.h | 9 |
1 files changed, 6 insertions, 3 deletions
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 <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * 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 { |
