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/seedwatch.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/seedwatch.cpp')
| -rwxr-xr-x | plugins/seedwatch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/seedwatch.cpp b/plugins/seedwatch.cpp index 3b83338e..2d1a23b5 100755 --- a/plugins/seedwatch.cpp +++ b/plugins/seedwatch.cpp @@ -12,7 +12,7 @@ #include "modules/Items.h" #include "modules/World.h" #include "modules/kitchen.h" -#include <VersionInfo.h> +#include "VersionInfo.h" using DFHack::t_materialType; using DFHack::t_materialIndex; |
