summaryrefslogtreecommitdiffstats
path: root/HeaderOptionsPanel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-24 17:27:43 +0200
committerBenBE <BenBE@geshi.org>2021-08-25 09:54:30 +0200
commit2bf626c4e4c827397d40c0b84a5023c308aeec73 (patch)
tree391a6c42965af343cf9b356eb9a22c9d81171194 /HeaderOptionsPanel.c
parentfecf09336755582cf1c64ecb89fcb2181c87c681 (diff)
IWYU update
Diffstat (limited to 'HeaderOptionsPanel.c')
-rw-r--r--HeaderOptionsPanel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/HeaderOptionsPanel.c b/HeaderOptionsPanel.c
index f0d28d72..9edc6d22 100644
--- a/HeaderOptionsPanel.c
+++ b/HeaderOptionsPanel.c
@@ -7,17 +7,17 @@ in the source distribution for its full text.
#include "HeaderOptionsPanel.h"
+#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include "CRT.h"
#include "FunctionBar.h"
#include "Header.h"
+#include "HeaderLayout.h"
#include "Object.h"
#include "OptionItem.h"
#include "ProvideCurses.h"
-#include "RichString.h"
-#include "Vector.h"
static const char* const HeaderOptionsFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL};

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