summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWildListWrapper.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/MapWildListWrapper.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/MapWildListWrapper.h')
-rw-r--r--sigscript/MapWildListWrapper.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/sigscript/MapWildListWrapper.h b/sigscript/MapWildListWrapper.h
index b76cde82..0de4e34b 100644
--- a/sigscript/MapWildListWrapper.h
+++ b/sigscript/MapWildListWrapper.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
@@ -22,14 +22,16 @@
#include "ObjectWrapper.h"
// Sigcore includes
-#include "../sigcore/Hat.h"
+#include <sigcore/Hat.h>
-// Sigmod includes
-#include "../sigmod/MapWildList.h"
+// Forward declarations
+namespace Sigmod
+{
+class MapWildList;
+}
namespace Sigscript
{
-// Forward declarations
class MapWrapper;
class MapWildListEncounterWrapper;