forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fampp2-7.0.1-libsigc++-2.6.patch
46 lines (37 loc) · 1.02 KB
/
fampp2-7.0.1-libsigc++-2.6.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Remove inclusion of libsigc++ headers obsoleted with version 2.6
See also: https://bugs.gentoo.org/show_bug.cgi?id=569700
--- a/examples/console_test/famppct.cpp
+++ b/examples/console_test/famppct.cpp
@@ -30,8 +30,6 @@
#include <sigc++/sigc++.h>
#include <sigc++/slot.h>
-#include <sigc++/object.h>
-#include <sigc++/object_slot.h>
#include <gtk/gtk.h>
#include <stdio.h>
--- a/examples/gtk/famppgtk.cpp
+++ b/examples/gtk/famppgtk.cpp
@@ -31,8 +31,6 @@
#include <sigc++/sigc++.h>
#include <sigc++/slot.h>
-#include <sigc++/object.h>
-#include <sigc++/object_slot.h>
#include <gtk/gtk.h>
#include <stdio.h>
--- a/src/Fampp2.cpp
+++ b/src/Fampp2.cpp
@@ -34,8 +34,6 @@
#include <sigc++/sigc++.h>
#include <sigc++/slot.h>
-#include <sigc++/object.h>
-#include <sigc++/object_slot.h>
using namespace std;
--- a/src/FamppEvents.hh
+++ b/src/FamppEvents.hh
@@ -36,7 +36,6 @@
#include <fam.h>
#include <sigc++/signal.h>
-#include <sigc++/object.h>
#include <SmartPtr.h>
#include <Singleton.h>
#include <Factory.h>