diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:52 +0200 |
commit | 5c778e44b21f9f244435b9e328fa1e8cb4459315 (patch) | |
tree | 6c70247677d7467c321ab0fae8043cfaee7eac35 /canvas | |
parent | f3bb12dbf3ab478627baaa14fb42eaa5a438b6ad (diff) |
loplugin:includeform: canvas (Windows)
Change-Id: I67e4e72ea58f64c4c12e977a936fe1e8e4578160
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_winstuff.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx index 1214c99c71cd..2fd657fda3fe 100644 --- a/canvas/source/directx/dx_winstuff.hxx +++ b/canvas/source/directx/dx_winstuff.hxx @@ -27,7 +27,7 @@ #define WIN32_LEAN_AND_MEAN -#include "prewin.h" +#include <prewin.h> // Enabling Direct3D Debug Information Further more, with registry key // \\HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Direct3D\D3D9Debugging\\EnableCreationStack @@ -154,7 +154,7 @@ namespace dxcanvas } -#include "postwin.h" +#include <postwin.h> #endif // INCLUDED_CANVAS_SOURCE_DIRECTX_DX_WINSTUFF_HXX |