~unity-team/unity/trusty-1066971

« back to all changes in this revision

Viewing changes to launcher/LauncherController.cpp

  • 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:
42
42
#include "AbstractLauncherIcon.h"
43
43
#include "SoftwareCenterLauncherIcon.h"
44
44
#include "LauncherModel.h"
45
 
#include "WindowManager.h"
 
45
#include "unity-shared/WindowManager.h"
46
46
#include "TrashLauncherIcon.h"
47
47
#include "BFBLauncherIcon.h"
48
 
#include "UScreen.h"
49
 
#include "UBusWrapper.h"
50
 
#include "UBusMessages.h"
51
 
#include "TimeUtil.h"
 
48
#include "unity-shared/UScreen.h"
 
49
#include "unity-shared/UBusWrapper.h"
 
50
#include "unity-shared/UBusMessages.h"
 
51
#include "unity-shared/TimeUtil.h"
52
52
 
53
53
namespace unity
54
54
{