NCurses: go back to non ncursesw/ headers

This commit is contained in:
Maxime Coste 2013-02-27 21:05:17 +01:00
parent 43bc8314fb
commit 8606fdae5d

View File

@ -1,8 +1,8 @@
#ifndef ncurses_hh_INCLUDED #ifndef ncurses_hh_INCLUDED
#define ncurses_hh_INCLUDED #define ncurses_hh_INCLUDED
#include <ncursesw/ncurses.h> #include <ncurses.h>
#include <ncursesw/menu.h> #include <menu.h>
#include "user_interface.hh" #include "user_interface.hh"
#include "display_buffer.hh" #include "display_buffer.hh"