summaryrefslogtreecommitdiff
path: root/hud
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2015-04-23 01:54:26 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2015-04-23 01:54:26 +0200
commit8a60bd7f73db96b70f031df9fe98c54a39c4c2b0 (patch)
tree003c76de92e4399d99f6b004e1d5f6e9c0fbaaf8 /hud
parentde7a82319dbe9fdd56872a57e2a43ad635f23f0a (diff)
Unity: remove various unneeded g{d,t}k inclusions...
(bzr r3952.7.8)
Diffstat (limited to 'hud')
-rw-r--r--hud/HudButton.cpp5
-rw-r--r--hud/HudController.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/hud/HudButton.cpp b/hud/HudButton.cpp
index 65aafaa45..252ef8d74 100644
--- a/hud/HudButton.cpp
+++ b/hud/HudButton.cpp
@@ -20,11 +20,6 @@
*/
#include "config.h"
-#include <pango/pango.h>
-#include <pango/pangocairo.h>
-#include <gdk/gdk.h>
-#include <gtk/gtk.h>
-
#include <Nux/Nux.h>
#include <Nux/HLayout.h>
#include <NuxGraphics/CairoGraphics.h>
diff --git a/hud/HudController.h b/hud/HudController.h
index 559da31e1..a2421aef9 100644
--- a/hud/HudController.h
+++ b/hud/HudController.h
@@ -22,7 +22,6 @@
#include <functional>
#include <memory>
-#include <gdk/gdk.h>
#include <UnityCore/Hud.h>
#include <UnityCore/GLibSignal.h>