aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.cpp')
-rw-r--r--src/screen.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/screen.cpp b/src/screen.cpp
index 8eb514af..1971bb57 100644
--- a/src/screen.cpp
+++ b/src/screen.cpp
@@ -11,12 +11,8 @@ efficient way for transforming that to the desired screen content.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <errno.h>
-#include <termios.h>
-#include <sys/types.h>
#include <unistd.h>
-#include <wctype.h>
#if HAVE_NCURSES_H
#include <ncurses.h>
@@ -36,13 +32,14 @@ efficient way for transforming that to the desired screen content.
#include <time.h>
#include <assert.h>
+#include <algorithm>
+#include <string>
#include <vector>
#include "fallback.h"
#include "common.h"
#include "util.h"
-#include "wutil.h"
#include "output.h"
#include "highlight.h"
#include "screen.h"