~3v1n0/unity/shield-notify-grabs

« back to all changes in this revision

Viewing changes to shortcuts/ShortcutController.cpp

  • 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:
18
18
 
19
19
#include "ShortcutController.h"
20
20
 
21
 
#include "UBusMessages.h"
22
 
#include "WindowManager.h"
 
21
#include "unity-shared/UBusMessages.h"
 
22
#include "unity-shared/WindowManager.h"
23
23
 
24
24
namespace unity
25
25
{