diff options
| author | Petr Mrázek | 2011-12-31 12:48:42 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-12-31 12:48:42 +0100 |
| commit | 9db20bd84de2b31a3a34f775af9ce6320f37d75a (patch) | |
| tree | b7ce117287b6f674c7971f267eb3925ccce3b642 /plugins/seedwatch.cpp | |
| parent | 1284b30f7967b7d595bc64783e548af7e658423f (diff) | |
| download | dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.gz dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.bz2 dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.xz | |
Header changes/cleanup.
Diffstat (limited to 'plugins/seedwatch.cpp')
| -rwxr-xr-x | plugins/seedwatch.cpp | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/plugins/seedwatch.cpp b/plugins/seedwatch.cpp index 90175470..3b83338e 100755 --- a/plugins/seedwatch.cpp +++ b/plugins/seedwatch.cpp @@ -1,19 +1,18 @@ -// This does not work with Linux Dwarf Fortress +// This does not work with Linux Dwarf Fortress // With thanks to peterix for DFHack and Quietust for information http://www.bay12forums.com/smf/index.php?topic=91166.msg2605147#msg2605147 #include <map> #include <string> #include <vector> -#include "dfhack/Console.h" -#include "dfhack/Core.h" -#include "dfhack/Export.h" -#include "dfhack/PluginManager.h" -#include "dfhack/Process.h" -#include "dfhack/modules/Materials.h" -#include "dfhack/modules/Items.h" -#include "dfhack/modules/World.h" -#include "dfhack/modules/kitchen.h" -#include <dfhack/VersionInfo.h> +#include "Console.h" +#include "Core.h" +#include "Export.h" +#include "PluginManager.h" +#include "modules/Materials.h" +#include "modules/Items.h" +#include "modules/World.h" +#include "modules/kitchen.h" +#include <VersionInfo.h> using DFHack::t_materialType; using DFHack::t_materialIndex; |
