Revision 511d2b14 curses.c

b/curses.c
21 21
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 22
 * THE SOFTWARE.
23 23
 */
24

  
25
#include "qemu-common.h"
26
#include "console.h"
27
#include "sysemu.h"
28

  
29 24
#include <curses.h>
30 25

  
31 26
#ifndef _WIN32
......
38 33
#define resize_term resizeterm
39 34
#endif
40 35

  
36
#include "qemu-common.h"
37
#include "console.h"
38
#include "sysemu.h"
39

  
41 40
#define FONT_HEIGHT 16
42 41
#define FONT_WIDTH 8
43 42

  

Also available in: Unified diff