1From 510d0d27f90dfb1c4afd0722580bb8a828b52b7f Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 30 Mar 2020 17:11:19 +0200
4Subject: [PATCH] gptcurses: correctly include curses.h
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 gptcurses.cc | 4 ----
10 1 file changed, 4 deletions(-)
11
12diff --git a/gptcurses.cc b/gptcurses.cc
13index b476700..476fc43 100644
14--- a/gptcurses.cc
15+++ b/gptcurses.cc
16@@ -23,11 +23,7 @@
17 #include <iostream>
18 #include <string>
19 #include <sstream>
20-#if defined (__APPLE__) || (__FreeBSD__)
21 #include <ncurses.h>
22-#else
23-#include <ncursesw/ncurses.h>
24-#endif
25 #include "gptcurses.h"
26 #include "support.h"
27
28