~3v1n0/unity/overlay-border-scale

« back to all changes in this revision

Viewing changes to launcher/SimpleLauncherIcon.cpp

  • Committer: Gord Allott
  • Date: 2012-05-07 19:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120507195254-q2go5tzx4eul5n2n
launcher and switcher added

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <UnityCore/Variant.h>
27
27
 
28
28
#include "SimpleLauncherIcon.h"
29
 
#include "PluginAdapter.h"
 
29
#include "unity-shared/PluginAdapter.h"
30
30
 
31
 
#include "ubus-server.h"
32
 
#include "UBusMessages.h"
 
31
#include "unity-shared/ubus-server.h"
 
32
#include "unity-shared/UBusMessages.h"
33
33
 
34
34
namespace unity
35
35
{