~ci-train-bot/unity/unity-ubuntu-bionic-3227

« back to all changes in this revision

Viewing changes to dash/DashView.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:
29
29
#include <UnityCore/FilesystemLenses.h>
30
30
#include <UnityCore/HomeLens.h>
31
31
 
32
 
#include "BackgroundEffectHelper.h"
 
32
#include "unity-shared/BackgroundEffectHelper.h"
33
33
#include "SearchBar.h"
34
 
#include "Introspectable.h"
 
34
#include "unity-shared/Introspectable.h"
35
35
#include "LensBar.h"
36
36
#include "LensView.h"
37
 
#include "UBusWrapper.h"
38
 
#include "OverlayRenderer.h"
 
37
#include "unity-shared/UBusWrapper.h"
 
38
#include "unity-shared/OverlayRenderer.h"
39
39
 
40
40
namespace unity
41
41
{