summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:26:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:51 +0200
commit2954641da502f9602dd6f179e68f215d3b8feb0d (patch)
treecb3528bf047b771b4651074aa15687c92f17684b /hwpfilter
parentc553f94f132e522e7487744ac2fda71d266ba0e4 (diff)
loplugin:includeform: hwpfilter (Windows)
Change-Id: I35accf3f61cea9bdca93f5b2f0e93dab89dfe41d
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/precompile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/precompile.h b/hwpfilter/source/precompile.h
index 218b9160edf6..7a9c9354c443 100644
--- a/hwpfilter/source/precompile.h
+++ b/hwpfilter/source/precompile.h
@@ -22,8 +22,8 @@
#pragma warning(push, 1)
#endif
#define WIN32_LEAN_AND_MEAN
- #include "windows.h"
- #include "crtdbg.h"
+ #include <windows.h>
+ #include <crtdbg.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif