summaryrefslogtreecommitdiff
path: root/wrappers/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/panel.h')
-rw-r--r--wrappers/panel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/wrappers/panel.h b/wrappers/panel.h
deleted file mode 100644
index 307a4e6..0000000
--- a/wrappers/panel.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifdef HAVE_NCURSESW_PANEL_H
-#include <ncursesw/panel.h>
-#else
-#ifdef HAVE_NCURSES_PANEL_H
-#include <ncurses/panel.h>
-#endif
-#endif