~azzar1/unity/proper-reboot

« back to all changes in this revision

Viewing changes to launcher/Launcher.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:
29
29
#include <NuxGraphics/IOpenGLAsmShader.h>
30
30
 
31
31
#include "PointerBarrier.h"
32
 
#include "AbstractIconRenderer.h"
33
 
#include "BackgroundEffectHelper.h"
 
32
#include "unity-shared/AbstractIconRenderer.h"
 
33
#include "unity-shared/BackgroundEffectHelper.h"
34
34
#include "DNDCollectionWindow.h"
35
35
#include "DndData.h"
36
36
#include "EdgeBarrierController.h"
37
37
#include "GeisAdapter.h"
38
 
#include "Introspectable.h"
 
38
#include "unity-shared/Introspectable.h"
39
39
#include "LauncherOptions.h"
40
40
#include "LauncherDragWindow.h"
41
41
#include "LauncherHideMachine.h"
42
42
#include "LauncherHoverMachine.h"
43
 
#include "UBusWrapper.h"
 
43
#include "unity-shared/UBusWrapper.h"
44
44
#include "SoftwareCenterLauncherIcon.h"
45
45
 
46
46