You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/fampp2/files/fampp2-7.0.1-libsigc++-2.6....

47 lines
1.0 KiB

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>