[beast: 3/39] BEAST: remove useless includes
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 3/39] BEAST: remove useless includes
- Date: Sun, 13 Sep 2015 20:27:11 +0000 (UTC)
commit 7d8c57b49a0da488cca6df4e451f7c0542b40375
Author: Tim Janik <timj gnu org>
Date: Fri Sep 11 14:56:23 2015 +0200
BEAST: remove useless includes
beast-gtk/bstcanvassource.cc | 2 --
beast-gtk/bstsplash.cc | 1 -
beast-gtk/bsttreestores.cc | 1 -
beast-gtk/bstxkb.cc | 2 --
4 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/beast-gtk/bstcanvassource.cc b/beast-gtk/bstcanvassource.cc
index baa3ad1..e506820 100644
--- a/beast-gtk/bstcanvassource.cc
+++ b/beast-gtk/bstcanvassource.cc
@@ -1,7 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
#include "bstcanvassource.hh"
-
-#include "topconfig.h"
#include "bstparamview.hh"
#include "bstgconfig.hh"
#include <string.h>
diff --git a/beast-gtk/bstsplash.cc b/beast-gtk/bstsplash.cc
index 9ba3b5f..89174b9 100644
--- a/beast-gtk/bstsplash.cc
+++ b/beast-gtk/bstsplash.cc
@@ -1,7 +1,6 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
#include "bstsplash.hh"
#include <gdk/gdkkeysyms.h>
-#include "topconfig.h"
#include <string.h>
diff --git a/beast-gtk/bsttreestores.cc b/beast-gtk/bsttreestores.cc
index 60df0b5..a5ae213 100644
--- a/beast-gtk/bsttreestores.cc
+++ b/beast-gtk/bsttreestores.cc
@@ -1,6 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
#include "bsttreestores.hh"
-#include "topconfig.h"
#include <string.h>
typedef void (*ListenerFunc) (GtkTreeModel *model, SfiProxy item, gboolean added);
diff --git a/beast-gtk/bstxkb.cc b/beast-gtk/bstxkb.cc
index ddca529..b08d1a2 100644
--- a/beast-gtk/bstxkb.cc
+++ b/beast-gtk/bstxkb.cc
@@ -1,7 +1,5 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
#include "bstxkb.hh"
-
-#include "topconfig.h"
#include <string.h>
#ifdef BST_WITH_XKB
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]