Kaydet (Commit) cf25b76b authored tarafından Luboš Luňák's avatar Luboš Luňák

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

üst 8da05bd8
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment