summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:26:59 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:26:59 -0600
commit653dda4a340cd5f8e73b65d3f24ccbe1deaaed62 (patch)
treec8b097c7b8f3717657543401e4816884c5ea4118 /vcl/unx/kde4
parentfd8b1b6553024d884eaca425f0bd9ea48bffddfe (diff)
remove include of pch header from vcl
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/KDESalGraphics.cxx2
-rw-r--r--vcl/unx/kde4/main.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/unx/kde4/KDESalGraphics.cxx b/vcl/unx/kde4/KDESalGraphics.cxx
index 60cd4ed9d802..b673644db165 100644
--- a/vcl/unx/kde4/KDESalGraphics.cxx
+++ b/vcl/unx/kde4/KDESalGraphics.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_vcl.hxx"
#define _SV_SALNATIVEWIDGETS_KDE_CXX
diff --git a/vcl/unx/kde4/main.cxx b/vcl/unx/kde4/main.cxx
index a0028a37eff7..68cbe716da55 100644
--- a/vcl/unx/kde4/main.cxx
+++ b/vcl/unx/kde4/main.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_vcl.hxx"
#define Region QtXRegion
#include <QApplication>