summaryrefslogtreecommitdiffstats
path: root/CommandScreen.c
diff options
context:
space:
mode:
authormayurdahibhate <mayurdahibhate31@gmail.com>2021-04-29 20:42:43 +0530
committerBenBE <BenBE@geshi.org>2021-05-10 18:40:53 +0200
commit1b74dfe1877676b914af6dcedd2d7578164aab47 (patch)
tree66ebff16204979342ba4a597c9f3c75a4cb6c005 /CommandScreen.c
parentd9c95369bc51595b6edd4eb6050c47a9b1e7a8d7 (diff)
cleaned up includes with iwyu
Diffstat (limited to 'CommandScreen.c')
-rw-r--r--CommandScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandScreen.c b/CommandScreen.c
index 12b1987d..6a87d137 100644
--- a/CommandScreen.c
+++ b/CommandScreen.c
@@ -2,13 +2,13 @@
#include "CommandScreen.h"
+#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "Macros.h"
#include "Panel.h"
#include "ProvideCurses.h"
-#include "XUtils.h"
static void CommandScreen_scan(InfoScreen* this) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy