From 84281bdc44ea42e110efd256cdcdd37a84276204 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Dec 2011 21:35:57 +0000 Subject: major header cleanup --- Panel.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'Panel.c') diff --git a/Panel.c b/Panel.c index 56e19488..74f07564 100644 --- a/Panel.c +++ b/Panel.c @@ -5,23 +5,27 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "Object.h" #include "Panel.h" -#include "Vector.h" + #include "CRT.h" #include "RichString.h" #include "ListItem.h" +#include "String.h" +#include "debug.h" #include #include - -#include "debug.h" +#include +#include +#include #include - #include + //#link curses /*{ +#include "Object.h" +#include "Vector.h" typedef struct Panel_ Panel; -- cgit v1.2.3