diff options
Diffstat (limited to 'sigscript/ObjectWrapper.h')
| -rw-r--r-- | sigscript/ObjectWrapper.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sigscript/ObjectWrapper.h b/sigscript/ObjectWrapper.h index 4e9f4050..bff2ef86 100644 --- a/sigscript/ObjectWrapper.h +++ b/sigscript/ObjectWrapper.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,18 +21,19 @@ // Sigscript includes #include "Config.h" -// Sigmod includes -#include "../sigmod/Object.h" -#include "../sigmod/Sigmod.h" - // Qt includes #include <QtCore/QMap> #include <QtCore/QObject> #include <QtCore/QPair> +// Forward declarations +namespace Sigmod +{ +class Object; +} + namespace Sigscript { -// Forward declarations class SigmodWrapper; class SIGSCRIPT_EXPORT ObjectWrapper : public Config |
