summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-25 19:56:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-25 19:58:16 +0100
commit488e6875e992e11601611a119476624822fc4635 (patch)
treeb70124749e69faf507d0e317ca9d7e26753e99a2 /vcl/inc
parentfixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokenness (diff)
downloadcore-488e6875e992e11601611a119476624822fc4635.tar.gz
core-488e6875e992e11601611a119476624822fc4635.zip
remove external include guards
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/accel.h2
-rw-r--r--vcl/inc/window.h4
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/accel.h b/vcl/inc/accel.h
index 29807468fac0..2225e29b587e 100644
--- a/vcl/inc/accel.h
+++ b/vcl/inc/accel.h
@@ -21,9 +21,7 @@
#define _SV_ACCEL_H
#include <tools/solar.h>
-#ifndef _SV_KEYCOD_HXX
#include <vcl/keycod.hxx>
-#endif
class Accelerator;
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 493863d9a1be..55511918a635 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -24,12 +24,8 @@
#include <tools/solar.h>
#include <vcl/outdev.hxx>
#include <vcl/timer.hxx>
-#ifndef _SV_INPUTCTX_HXX
#include <vcl/inputctx.hxx>
-#endif
-#ifndef _SV_POINTR_HXX
#include <vcl/pointr.hxx>
-#endif
#include <tools/wintypes.hxx>
#include <vcl/vclevent.hxx>
#include <com/sun/star/uno/Reference.hxx>