[beast: 5/22] BEAST: include bstutils.hh instead of specific gtk headers



commit ef8bc88056696b90fdf0ba4a96bef3d71bd4a947
Author: Tim Janik <timj gnu org>
Date:   Mon Sep 21 19:44:08 2015 +0200

    BEAST: include bstutils.hh instead of specific gtk headers

 beast-gtk/bstasciipixbuf.hh |    2 +-
 beast-gtk/bstdial.hh        |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/beast-gtk/bstasciipixbuf.hh b/beast-gtk/bstasciipixbuf.hh
index 07c1c8f..ce22434 100644
--- a/beast-gtk/bstasciipixbuf.hh
+++ b/beast-gtk/bstasciipixbuf.hh
@@ -2,7 +2,7 @@
 #ifndef __BST_ASCII_PIXBUF_H__
 #define __BST_ASCII_PIXBUF_H__
 
-#include <gtk/gtk.h>
+#include "bstutils.hh"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/beast-gtk/bstdial.hh b/beast-gtk/bstdial.hh
index 4fd02ef..db82782 100644
--- a/beast-gtk/bstdial.hh
+++ b/beast-gtk/bstdial.hh
@@ -2,8 +2,7 @@
 #ifndef __BST_DIAL_H__
 #define __BST_DIAL_H__
 
-#include <gtk/gtkadjustment.h>
-#include <gtk/gtkwidget.h>
+#include "bstutils.hh"
 
 
 #ifdef __cplusplus


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]