move #include from .h to the one .cxx where it is needed
This commit is contained in:
parent
8da05bd824
commit
cf25b76b68
2 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
#define _SV_SALDATA_HXX
|
||||
|
||||
// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
#include <signal.h>
|
||||
#include <unx/salunx.h>
|
||||
#include <vcl/salgtype.hxx>
|
||||
#include <unx/salstd.hxx>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
************************************************************************/
|
||||
|
||||
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue