summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:32:16 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:51:39 +1000
commitdd6641962d56c91dd6a1073a3c80ea85926211a5 (patch)
tree07ae5864cdff2c68d203fcd260b8d1c0c20ec9a7 /vcl
parente2fa1f587eb7efec5e2e936917b8b539cc313a49 (diff)
VCL: Cleanup headers in outdev/nativecontrols.cxx
Change-Id: I3dd371fee066eebe357379d6a3b3f6ebe1901471
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/nativecontrols.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/vcl/source/outdev/nativecontrols.cxx b/vcl/source/outdev/nativecontrols.cxx
index b4f35a2cb0d9..0c4db5b50cd6 100644
--- a/vcl/source/outdev/nativecontrols.cxx
+++ b/vcl/source/outdev/nativecontrols.cxx
@@ -17,12 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vcl/outdev.hxx"
-#include "vcl/window.hxx"
-#include "vcl/salnativewidgets.hxx"
-#include "vcl/pdfextoutdevdata.hxx"
+#include <vcl/outdev.hxx>
+#include <vcl/window.hxx>
-#include "salgdi.hxx"
+#include <vcl/salnativewidgets.hxx>
+#include <vcl/pdfextoutdevdata.hxx>
+
+#include <salgdi.hxx>
static bool EnableNativeWidget( const OutputDevice& i_rDevice )
{