summaryrefslogtreecommitdiffstats
path: root/sesman/sig.c
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-01-04 13:13:20 -0800
committerPavel Roskin <plroskin@gmail.com>2017-01-04 13:13:20 -0800
commit7ba3610787ed6ba1a69bcacfc3058ef626f7a3c8 (patch)
tree9bc499a9b0338591a3f7bb899d5a1f911df43ca7 /sesman/sig.c
parentedd8d5e60d88289c2aea407f7d65a4bbd396b897 (diff)
downloadxrdp-proprietary-7ba3610787ed6ba1a69bcacfc3058ef626f7a3c8.tar.gz
xrdp-proprietary-7ba3610787ed6ba1a69bcacfc3058ef626f7a3c8.zip
Use <> for system includes, move system includes above local ones
Diffstat (limited to 'sesman/sig.c')
-rw-r--r--sesman/sig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/sig.c b/sesman/sig.c
index 579b5876..e93c5947 100644
--- a/sesman/sig.c
+++ b/sesman/sig.c
@@ -24,9 +24,9 @@
*
*/
-#include "sesman.h"
+#include <signal.h>
-#include "signal.h"
+#include "sesman.h"
extern int g_sck;
extern int g_pid;