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 /library/Process-windows.cpp | |
| parent | 1284b30f7967b7d595bc64783e548af7e658423f (diff) | |
| download | dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.gz dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.bz2 dfhack-9db20bd84de2b31a3a34f775af9ce6320f37d75a.tar.xz | |
Header changes/cleanup.
Diffstat (limited to 'library/Process-windows.cpp')
| -rw-r--r-- | library/Process-windows.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/Process-windows.cpp b/library/Process-windows.cpp index 88b77891..1fba8b28 100644 --- a/library/Process-windows.cpp +++ b/library/Process-windows.cpp @@ -91,10 +91,10 @@ extern "C" __declspec(dllimport) NTSTATUS __stdcall RtlDestroyQueryDebugBuffer( #include <map> using namespace std; -#include "dfhack/VersionInfo.h" -#include "dfhack/VersionInfoFactory.h" -#include "dfhack/Error.h" -#include "dfhack/Process.h" +#include "VersionInfo.h" +#include "VersionInfoFactory.h" +#include "Error.h" +#include "MemAccess.h" using namespace DFHack; namespace DFHack { |
