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/flows.cpp | |
| parent | 1284b30f7967b7d595bc64783e548af7e658423f (diff) | |
| download | dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.gz dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.bz2 dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.xz | |
Header changes/cleanup.
Diffstat (limited to 'plugins/flows.cpp')
| -rw-r--r-- | plugins/flows.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/flows.cpp b/plugins/flows.cpp index b82d01ad..c5b58890 100644 --- a/plugins/flows.cpp +++ b/plugins/flows.cpp @@ -6,11 +6,11 @@ #include <stddef.h> #include <string.h> using namespace std; -#include <dfhack/Core.h> -#include <dfhack/Console.h> -#include <dfhack/Export.h> -#include <dfhack/PluginManager.h> -#include <dfhack/modules/Maps.h> +#include "Core.h" +#include <Console.h> +#include <Export.h> +#include <PluginManager.h> +#include <modules/Maps.h> using namespace DFHack; DFhackCExport command_result df_flows (Core * c, vector <string> & parameters); |
