summaryrefslogtreecommitdiff
path: root/plugins/probe.cpp
diff options
context:
space:
mode:
authorPetr Mrázek2011-11-25 18:54:50 +0100
committerPetr Mrázek2011-11-25 18:54:50 +0100
commit57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1 (patch)
treeaeda510c50877fd9e5403abf4b8995a11a0a80e1 /plugins/probe.cpp
parent370681848dafce31ebe67d4ee102ee1141fab664 (diff)
downloaddfhack-57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1.tar.gz
dfhack-57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1.tar.bz2
dfhack-57b5ed8fa79bb0ebb3193d3951af7e7a6af368f1.tar.xz
Made invalid tile types really invalid, license and unused depends cleanup.
Diffstat (limited to 'plugins/probe.cpp')
-rw-r--r--plugins/probe.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/probe.cpp b/plugins/probe.cpp
index 2289f1d0..f76af502 100644
--- a/plugins/probe.cpp
+++ b/plugins/probe.cpp
@@ -21,7 +21,6 @@ using namespace std;
#include <dfhack/modules/Materials.h>
#include <dfhack/extra/MapExtras.h>
#include <dfhack/MiscUtils.h>
-#include <xgetopt.h>
using std::vector;
using std::string;