~3v1n0/unity/shield-notify-grabs

« back to all changes in this revision

Viewing changes to launcher/LauncherController.cpp

  • Committer: Tarmac
  • Author(s): Gord Allott
  • Date: 2012-05-08 02:32:33 UTC
  • mfrom: (2350.2.9 unity-relayout)
  • Revision ID: tarmac-20120508023233-4123btyqarvu35q1
re-architectures the physical file structure of unity
now several souce directories inside of unity that each house their own specific files. Fixes: . Approved by Gord Allott, Tim Penhey.

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
{