File: 070_remove-header.patch

package info (click to toggle)
gip 1.7.0-1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 720 kB
  • sloc: cpp: 1,455; ansic: 548; sh: 547; makefile: 35
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove include to fix FTBFS with newer libsigc++
Author: Logan Rosen <logan@ubuntu.com>
Forwarded: no
Last-Update: 2016-01-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/dispatcher.h
+++ b/src/dispatcher.h
@@ -23,7 +23,6 @@
 #ifndef HAVE_DISPATCHER_H
 #define HAVE_DISPATCHER_H
 
-#include <sigc++/class_slot.h>
 #include "gui_mainwindow.h"
 #include "lib_ipv4.h"