summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/subterm.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-05-29 20:50:37 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-05-29 20:52:23 +0200
commit9dd008df456cdf564e01eae3c7ee8be3bf7162ce (patch)
treef5ca9ae5bf8fe81c8ef9c36ba2552ad49117fc45 /src/libsystemd-terminal/subterm.c
parent24882e06c135584f16f31ba8a00fecde8b7f6fad (diff)
terminal: use signal-util.h and reorder includes
Diffstat (limited to 'src/libsystemd-terminal/subterm.c')
-rw-r--r--src/libsystemd-terminal/subterm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libsystemd-terminal/subterm.c b/src/libsystemd-terminal/subterm.c
index 983a2a14ab..d10e2f549f 100644
--- a/src/libsystemd-terminal/subterm.c
+++ b/src/libsystemd-terminal/subterm.c
@@ -34,13 +34,14 @@
#include <string.h>
#include <sys/ioctl.h>
#include <termios.h>
+#include "sd-event.h"
#include "macro.h"
#include "pty.h"
#include "ring.h"
-#include "sd-event.h"
-#include "term-internal.h"
-#include "util.h"
+#include "signal-util.h"
#include "utf8.h"
+#include "util.h"
+#include "term-internal.h"
typedef struct Output Output;
typedef struct Terminal Terminal;