~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to hud/HudView.h

  • Committer: Gord Allott
  • Date: 2012-05-07 00:49:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120507004931-sw8zigx80chwt4o3
added hud

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <Nux/VLayout.h>
27
27
 
28
28
#include <UnityCore/Hud.h>
29
 
#include "Introspectable.h"
 
29
#include "unity-shared/Introspectable.h"
30
30
 
31
 
#include "UBusWrapper.h"
 
31
#include "unity-shared/UBusWrapper.h"
32
32
#include "HudIcon.h"
33
33
#include "HudButton.h"
34
 
#include "SearchBar.h"
35
 
#include "OverlayRenderer.h"
 
34
#include "unity-shared/SearchBar.h"
 
35
#include "unity-shared/OverlayRenderer.h"
36
36
 
37
37
namespace unity
38
38
{