From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- Panel.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Panel.c') diff --git a/Panel.c b/Panel.c index 56e1948..b090c52 100644 --- a/Panel.c +++ b/Panel.c @@ -5,23 +5,26 @@ 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 #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