python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / PAmix / patches / 4807a44c793a61bb3eb7aa110c08db51938d4502.patch
blobe0e8a2bf1099524d0df2b262a035571f01705233
1 From 4807a44c793a61bb3eb7aa110c08db51938d4502 Mon Sep 17 00:00:00 2001
2 From: Joshua Jensch <jenschjoshua@gmail.com>
3 Date: Sun, 7 Jan 2018 16:54:18 +0100
4 Subject: [PATCH] remove redundant ncursesw include
6 fixes #37
7 ---
8 src/pamix_ui.cpp | 8 --------
9 1 file changed, 8 deletions(-)
11 diff --git a/src/pamix_ui.cpp b/src/pamix_ui.cpp
12 index ed2d65e..16a2e34 100644
13 --- src/pamix_ui.cpp
14 +++ src/pamix_ui.cpp
15 @@ -1,13 +1,5 @@
16 #include <pamix_ui.hpp>
18 -#ifdef FEAT_UNICODE
20 -#include <ncursesw/ncurses.h>
22 -#else
23 -#include <ncurses.h>
24 -#endif
26 #include <pamix.hpp>
28 void pamix_ui::reset() {