move #include from .h to the one .cxx where it is needed

This commit is contained in:
Luboš Luňák 2012-03-20 08:44:11 +01:00
parent 8da05bd824
commit cf25b76b68
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,6 @@
#define _SV_SALDATA_HXX
// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#include <signal.h>
#include <unx/salunx.h>
#include <vcl/salgtype.hxx>
#include <unx/salstd.hxx>

View file

@ -27,6 +27,7 @@
************************************************************************/
#include <signal.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>