summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-03 14:37:08 +0100
committerPetr Mrázek2012-03-03 14:37:08 +0100
commit34183f96b86394895975fb59ae3c4673cd78f502 (patch)
tree415178d0e54c119aa3326b8bce403d69a1dbb31e /common.h
parent58147c3138cddc2e732dd537ca8a78782f196f88 (diff)
downloadstonesense-34183f96b86394895975fb59ae3c4673cd78f502.tar.gz
stonesense-34183f96b86394895975fb59ae3c4673cd78f502.tar.bz2
stonesense-34183f96b86394895975fb59ae3c4673cd78f502.tar.xz
Get rid of Simple namespace, Gui module is now a namespace.
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index 31d8be2..799ff27 100644
--- a/common.h
+++ b/common.h
@@ -18,7 +18,6 @@
#include <Export.h>
#include <PluginManager.h>
using namespace DFHack;
-using namespace DFHack::Simple;
using namespace df::enums;
#define ALLEGRO_NO_MAGIC_MAIN //This is a DLL file. we got no main function.