~ted/unity/menu-ref

« back to all changes in this revision

Viewing changes to panel/PanelMenuView.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:
26
26
#include <libbamf/libbamf.h>
27
27
 
28
28
#include "PanelIndicatorsView.h"
29
 
#include "StaticCairoText.h"
 
29
#include "unity-shared/StaticCairoText.h"
30
30
#include "WindowButtons.h"
31
31
#include "PanelTitlebarGrabAreaView.h"
32
32
#include "PluginAdapter.h"
33
 
#include "Animator.h"
34
 
#include "UBusWrapper.h"
 
33
#include "unity-shared/Animator.h"
 
34
#include "unity-shared/UBusWrapper.h"
35
35
 
36
36
namespace unity
37
37
{