~brandontschaefer/unity/lp.1328677-fixv2

« back to all changes in this revision

Viewing changes to panel/PanelView.h

  • Committer: Gord Allott
  • Date: 2012-05-06 23:48:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120506234838-abh00p9gdw09n0rv
panel and dash moved to subdirectories

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include <UnityCore/DBusIndicators.h>
33
33
 
34
 
#include "BackgroundEffectHelper.h"
35
 
#include "Introspectable.h"
 
34
#include "unity-shared/BackgroundEffectHelper.h"
 
35
#include "unity-shared/Introspectable.h"
36
36
#include "PanelMenuView.h"
37
37
#include "PanelTray.h"
38
38
#include "PanelIndicatorsView.h"
39
 
#include "UBusWrapper.h"
 
39
#include "unity-shared/UBusWrapper.h"
40
40
 
41
41
namespace unity
42
42
{