summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2016-11-15 13:28:17 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2016-11-15 22:23:35 +0100
commit972f5241fd72679ece8fcf203a91cce25189e771 (patch)
tree8cd40fa5fda016b3d301066553ba26be74e0b9fe /src/window.c
parent62e29b7b0eda7e46391f96258278d762a57d97b8 (diff)
downloadscreen-972f5241fd72679ece8fcf203a91cce25189e771.tar.gz
header updates
remove unneeded headers from screen.h move winmsg, so it's "sorted"
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 7271002..24f7fed 100644
--- a/src/window.c
+++ b/src/window.c
@@ -41,7 +41,6 @@
#include <fcntl.h>
#include <sys/ioctl.h>
-#include "winmsg.h"
#include "fileio.h"
#include "help.h"
#include "input.h"
@@ -54,6 +53,7 @@
#include "termcap.h"
#include "tty.h"
#include "utmp.h"
+#include "winmsg.h"
static void WinProcess(char **, size_t *);
static void WinRedisplayLine(int, int, int, int);