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/weather.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/weather.cpp')
| -rw-r--r-- | plugins/weather.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/weather.cpp b/plugins/weather.cpp index 0f2325d4..efe4ecae 100644 --- a/plugins/weather.cpp +++ b/plugins/weather.cpp @@ -1,10 +1,10 @@ #include "Core.h" -#include <Console.h> -#include <Export.h> -#include <PluginManager.h> +#include "Console.h" +#include "Export.h" +#include "PluginManager.h" #include <vector> #include <string> -#include <modules/World.h> +#include "modules/World.h" using std::vector; using std::string; |
