diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-04-23 01:54:26 +0200 | 
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-04-23 01:54:26 +0200 | 
| commit | 8a60bd7f73db96b70f031df9fe98c54a39c4c2b0 (patch) | |
| tree | 003c76de92e4399d99f6b004e1d5f6e9c0fbaaf8 /hud | |
| parent | de7a82319dbe9fdd56872a57e2a43ad635f23f0a (diff) | |
Unity: remove various unneeded g{d,t}k inclusions...
(bzr r3952.7.8)
Diffstat (limited to 'hud')
| -rw-r--r-- | hud/HudButton.cpp | 5 | ||||
| -rw-r--r-- | hud/HudController.h | 1 | 
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> | 
