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/skeleton | |
| parent | 1284b30f7967b7d595bc64783e548af7e658423f (diff) | |
| download | dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.gz dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.bz2 dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.xz | |
Header changes/cleanup.
Diffstat (limited to 'plugins/skeleton')
| -rw-r--r-- | plugins/skeleton/skeleton.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/skeleton/skeleton.cpp b/plugins/skeleton/skeleton.cpp index d69a2dd9..1b3ad398 100644 --- a/plugins/skeleton/skeleton.cpp +++ b/plugins/skeleton/skeleton.cpp @@ -1,10 +1,10 @@ // This is a generic plugin that does nothing useful apart from acting as an example... of a plugin that does nothing :D // some headers required for a plugin. Nothing special, just the basics. -#include <dfhack/Core.h> -#include <dfhack/Console.h> -#include <dfhack/Export.h> -#include <dfhack/PluginManager.h> +#include "Core.h" +#include <Console.h> +#include <Export.h> +#include <PluginManager.h> using namespace DFHack; // our own, empty header. |
