summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-20 08:44:11 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-20 08:52:14 +0100
commitcf25b76b685ae8b74310f001798876651e89e51a (patch)
tree7292dc0e5c2ac814e8de0c38517768e981ef8dfc /vcl
parent8da05bd82457ad4bd90a61f806e4f0632a9c0273 (diff)
move #include from .h to the one .cxx where it is needed
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/unx/saldata.hxx1
-rw-r--r--vcl/unx/generic/window/salframe.cxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/saldata.hxx b/vcl/inc/unx/saldata.hxx
index 591f4f6cc2bd..121bdd0f665a 100644
--- a/vcl/inc/unx/saldata.hxx
+++ b/vcl/inc/unx/saldata.hxx
@@ -30,7 +30,6 @@
#define _SV_SALDATA_HXX
// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-#include <signal.h>
#include <unx/salunx.h>
#include <vcl/salgtype.hxx>
#include <unx/salstd.hxx>
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx
index 0cebdbc2efc7..43f6acd3b2d0 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -27,6 +27,7 @@
************************************************************************/
+#include <signal.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>