summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 22:51:30 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-04 13:58:40 +0100
commit26e37ca4c7a26d59f1a42de2a43705f61327389e (patch)
tree03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /vcl/unx/generic
parent57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff)
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'vcl/unx/generic')
-rw-r--r--vcl/unx/generic/app/saldata.cxx1
-rw-r--r--vcl/unx/generic/app/saldisp.cxx1
-rw-r--r--vcl/unx/generic/app/wmadaptor.cxx4
3 files changed, 0 insertions, 6 deletions
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx
index f02a25b0d532..ed1f0361eacf 100644
--- a/vcl/unx/generic/app/saldata.cxx
+++ b/vcl/unx/generic/app/saldata.cxx
@@ -37,7 +37,6 @@
#ifdef FREEBSD
#include <sys/types.h>
#include <sys/time.h>
-#include <unistd.h>
#endif
#include <osl/process.h>
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx
index 1246140efbc6..6a3368577d5d 100644
--- a/vcl/unx/generic/app/saldisp.cxx
+++ b/vcl/unx/generic/app/saldisp.cxx
@@ -25,7 +25,6 @@
#include <pthread.h>
#include <unistd.h>
#include <ctype.h>
-#include <string.h>
#if defined(SOLARIS) || defined(AIX)
#include <sal/alloca.h>
diff --git a/vcl/unx/generic/app/wmadaptor.cxx b/vcl/unx/generic/app/wmadaptor.cxx
index fd4eeec66941..76ef59886ac4 100644
--- a/vcl/unx/generic/app/wmadaptor.cxx
+++ b/vcl/unx/generic/app/wmadaptor.cxx
@@ -43,10 +43,6 @@
#include <X11/Xresource.h>
#include "tools/postx.h"
-#if OSL_DEBUG_LEVEL > 1
-#include <stdio.h>
-#endif
-
namespace vcl_sal {
class NetWMAdaptor : public WMAdaptor