blob: ce8adc365ae2cc99096f6bba9927ecd28fe5359c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-igs_game.hh,v 1.1 2016/12/17 23:22:30 joerg Exp $
--- igs/game.hh.orig 2015-11-20 13:39:00.000000000 +0000
+++ igs/game.hh
@@ -11,7 +11,6 @@
#define IGS_GAME_HH
#include "player.hh"
#include <string>
-#include <sigc++/object.h>
namespace igs
{
class Game :
|