summaryrefslogtreecommitdiffstats
path: root/sigscript/TimeWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-23 17:47:46 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-23 17:47:46 -0500
commit96f796df64c4c94d067386e1abe44a5ab98ab71a (patch)
treefa194140f031d81b406ae4a77d56e0869e7a853b /sigscript/TimeWrapper.h
parentc96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6 (diff)
downloadsigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.gz
sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.tar.xz
sigen-96f796df64c4c94d067386e1abe44a5ab98ab71a.zip
Fixed sigscript includes (forward declare where possible)
Diffstat (limited to 'sigscript/TimeWrapper.h')
-rw-r--r--sigscript/TimeWrapper.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sigscript/TimeWrapper.h b/sigscript/TimeWrapper.h
index 564b68e9..b65b937f 100644
--- a/sigscript/TimeWrapper.h
+++ b/sigscript/TimeWrapper.h
@@ -21,8 +21,14 @@
// Sigscript includes
#include "ObjectWrapper.h"
-// Sigmod includes
-#include "../sigmod/Time.h"
+// Sigcore includes
+#include <sigcore/Script.h>
+
+// Forward declarations
+namespace Sigmod
+{
+class Time;
+}
namespace Sigscript
{