~brandontschaefer/unity/show-desktop-fix

« back to all changes in this revision

Viewing changes to dash/DashController.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:
21
21
#include <NuxCore/Logger.h>
22
22
#include <Nux/HLayout.h>
23
23
 
24
 
#include "DashSettings.h"
 
24
#include "unity-shared/DashSettings.h"
25
25
#include "PanelStyle.h"
26
26
#include "PluginAdapter.h"
27
 
#include "UBusMessages.h"
28
 
#include "UScreen.h"
 
27
#include "unity-shared/UBusMessages.h"
 
28
#include "unity-shared/UScreen.h"
29
29
 
30
30
namespace unity
31
31
{