~3v1n0/unity/shield-notify-grabs

« back to all changes in this revision

Viewing changes to launcher/SwitcherView.h

  • Committer: Gord Allott
  • Date: 2012-05-07 19:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120507195254-q2go5tzx4eul5n2n
launcher and switcher added

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define SWITCHERVIEW_H
22
22
 
23
23
#include "SwitcherModel.h"
24
 
#include "AbstractIconRenderer.h"
25
 
#include "StaticCairoText.h"
 
24
#include "unity-shared/AbstractIconRenderer.h"
 
25
#include "unity-shared/StaticCairoText.h"
26
26
#include "LayoutSystem.h"
27
 
#include "BackgroundEffectHelper.h"
 
27
#include "unity-shared/BackgroundEffectHelper.h"
28
28
#include "UnityWindowView.h"
29
29
 
30
 
#include "Introspectable.h"
 
30
#include "unity-shared/Introspectable.h"
31
31
 
32
32
#include <boost/shared_ptr.hpp>
33
33
#include <sigc++/sigc++.h>