~ted/unity/menu-ref

« back to all changes in this revision

Viewing changes to dash/LensView.cpp

  • 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:
24
24
 
25
25
#include <NuxCore/Logger.h>
26
26
 
27
 
#include "DashStyle.h"
 
27
#include "unity-shared/DashStyle.h"
28
28
#include "ResultRendererTile.h"
29
29
#include "ResultRendererHorizontalTile.h"
30
 
#include "UBusMessages.h"
31
 
#include "UBusWrapper.h"
 
30
#include "unity-shared/UBusMessages.h"
 
31
#include "unity-shared/UBusWrapper.h"
32
32
#include "PlacesVScrollBar.h"
33
33
 
34
34
#include <glib/gi18n-lib.h>