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.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index bc83810..3f35583 100644 --- a/Panel.h +++ b/Panel.h @@ -9,21 +9,10 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "Object.h" -#include "Vector.h" -#include "CRT.h" -#include "RichString.h" -#include "ListItem.h" - -#include -#include - -#include "debug.h" -#include - -#include //#link curses +#include "Object.h" +#include "Vector.h" typedef struct Panel_ Panel; @@ -117,7 +106,6 @@ void Panel_draw(Panel* this, bool focus); bool Panel_onKey(Panel* this, int key); - HandlerResult Panel_selectByTyping(Panel* this, int ch); #endif -- cgit v1.2.3