~sethj/ubuntu/wily/unity/fix-for-1445595

« back to all changes in this revision

Viewing changes to shortcuts/ShortcutController.h

  • Committer: Gord Allott
  • Date: 2012-05-07 22:28:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120507222817-0ffnpkrod3j9xpwj
shortcuts and unityshell working woo

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <NuxCore/Color.h>
28
28
#include <UnityCore/Variant.h>
29
29
 
30
 
#include "Animator.h"
31
 
#include "Introspectable.h"
 
30
#include "unity-shared/Animator.h"
 
31
#include "unity-shared/Introspectable.h"
32
32
#include "ShortcutModel.h"
33
33
#include "ShortcutView.h"
34
 
#include "UBusWrapper.h"
 
34
#include "unity-shared/UBusWrapper.h"
35
35
 
36
36
namespace unity
37
37
{