diff options
| author | Quietust | 2012-01-15 14:54:14 -0600 |
|---|---|---|
| committer | Quietust | 2012-01-15 14:54:14 -0600 |
| commit | e82055986e1d0850915095721175a32656c716c5 (patch) | |
| tree | efe8ac66f58ef76b06bec2cf78bafce4e7773fae /plugins/getplants.cpp | |
| parent | f3cbf07a0130a1f41c3e14ce320516425604d01f (diff) | |
| download | dfhack-e82055986e1d0850915095721175a32656c716c5.tar.gz dfhack-e82055986e1d0850915095721175a32656c716c5.tar.bz2 dfhack-e82055986e1d0850915095721175a32656c716c5.tar.xz | |
Only use #include <> for system libraries - for everything else, use ""
Diffstat (limited to 'plugins/getplants.cpp')
| -rw-r--r-- | plugins/getplants.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/getplants.cpp b/plugins/getplants.cpp index 5643676a..c2ddc499 100644 --- a/plugins/getplants.cpp +++ b/plugins/getplants.cpp @@ -1,12 +1,12 @@ // Designate all matching plants for gathering/cutting #include "Core.h" -#include <Console.h> -#include <Export.h> -#include <PluginManager.h> +#include "Console.h" +#include "Export.h" +#include "PluginManager.h" -#include <DataDefs.h> -#include <TileTypes.h> +#include "DataDefs.h" +#include "TileTypes.h" #include "df/world.h" #include "df/map_block.h" #include "df/tile_dig_designation.h" @@ -152,4 +152,4 @@ DFhackCExport command_result plugin_init ( Core * c, vector <PluginCommand> &com DFhackCExport command_result plugin_shutdown ( Core * c ) { return CR_OK; -}
\ No newline at end of file +} |
