Stop including removed <sigc++/class_slot.h> header (#756035)
Libsigc++2 version 2.5.2 and later removed header file <sigc++/class_slot.h>. Quoting the NEWS file for version 2.5.2: Remove useless headers: sigc++/class_slot.h ... Libsigc++2 version 2.5.2 NEWS file: https://git.gnome.org/browse/libsigc++2/tree/NEWS?id=2.5.2 Bug 756035 - GParted does not compile with newer gtkmm libraries in Fedora 23
This commit is contained in:
parent
d6d7cb2bbf
commit
d925bd2bb5
|
@ -25,7 +25,6 @@
|
|||
#include "../include/GParted_Core.h"
|
||||
#include "../include/HBoxOperations.h"
|
||||
|
||||
#include <sigc++/class_slot.h>
|
||||
#include <gtkmm/paned.h>
|
||||
#include <gtkmm/toolbar.h>
|
||||
#include <gtkmm/separatortoolitem.h>
|
||||
|
|
Loading…
Reference in New Issue