~ken-vandine/unity/webapps_quantal

« back to all changes in this revision

Viewing changes to launcher/Launcher.cpp

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include "Launcher.h"
39
39
#include "AbstractLauncherIcon.h"
40
 
#include "PanelStyle.h"
 
40
#include "unity-shared/PanelStyle.h"
41
41
#include "SpacerLauncherIcon.h"
42
42
#include "LauncherModel.h"
43
43
#include "QuicklistManager.h"
44
44
#include "QuicklistView.h"
45
 
#include "IconRenderer.h"
46
 
#include "TimeUtil.h"
47
 
#include "TextureCache.h"
48
 
#include "IconLoader.h"
49
 
#include "WindowManager.h"
50
 
#include "UScreen.h"
 
45
#include "unity-shared/IconRenderer.h"
 
46
#include "unity-shared/TimeUtil.h"
 
47
#include "unity-shared/TextureCache.h"
 
48
#include "unity-shared/IconLoader.h"
 
49
#include "unity-shared/WindowManager.h"
 
50
#include "unity-shared/UScreen.h"
51
51
 
52
 
#include "ubus-server.h"
53
 
#include "UBusMessages.h"
 
52
#include "unity-shared/ubus-server.h"
 
53
#include "unity-shared/UBusMessages.h"
54
54
 
55
55
#include <UnityCore/GLibWrapper.h>
56
56
#include <UnityCore/Variant.h>