~njpatel/unity/nicer-glib-signals

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/IconTexture.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-07-15 10:22:09 UTC
  • Revision ID: neil.patel@canonical.com-20110715102209-c05sqk43xco2kb69
Get rid of UnityCore.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include "config.h"
21
21
 
22
 
#include "Nux/Nux.h"
23
 
#include "NuxGraphics/GLThread.h"
 
22
#include <glib.h>
 
23
#include <gtk/gtk.h>
 
24
#include <pango/pangocairo.h>
 
25
 
 
26
#include <Nux/Nux.h>
 
27
#include <NuxGraphics/GLThread.h>
 
28
#include <UnityCore/Variant.h>
 
29
 
24
30
#include "IconLoader.h"
25
31
#include "IconTexture.h"
26
32
#include "TextureCache.h"
27
 
#include <UnityCore/UnityCore.h>
28
 
 
29
 
#include <glib.h>
30
 
#include <pango/pangocairo.h>
31
 
#include <gtk/gtk.h>
32
33
 
33
34
#define DEFAULT_ICON "text-x-preview"
34
35