diff options
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 { |
