summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.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 /ColorsPanel.c
parentd9c95369bc51595b6edd4eb6050c47a9b1e7a8d7 (diff)
cleaned up includes with iwyu
Diffstat (limited to 'ColorsPanel.c')
-rw-r--r--ColorsPanel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ColorsPanel.c b/ColorsPanel.c
index c076adc0..d9857308 100644
--- a/ColorsPanel.c
+++ b/ColorsPanel.c
@@ -7,17 +7,15 @@ in the source distribution for its full text.
#include "ColorsPanel.h"
+#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include "CRT.h"
#include "FunctionBar.h"
-#include "Header.h"
#include "Object.h"
#include "OptionItem.h"
#include "ProvideCurses.h"
-#include "RichString.h"
-#include "Vector.h"
// TO ADD A NEW SCHEME:

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