~3v1n0/unity/shield-notify-grabs

« back to all changes in this revision

Viewing changes to launcher/DeviceLauncherIcon.cpp

  • Committer: Tarmac
  • Author(s): Gord Allott
  • Date: 2012-05-08 02:32:33 UTC
  • mfrom: (2350.2.9 unity-relayout)
  • Revision ID: tarmac-20120508023233-4123btyqarvu35q1
re-architectures the physical file structure of unity
now several souce directories inside of unity that each house their own specific files. Fixes: . Approved by Gord Allott, Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <NuxCore/Logger.h>
28
28
 
29
29
#include "DevicesSettings.h"
30
 
#include "IconLoader.h"
31
 
#include "ubus-server.h"
32
 
#include "UBusMessages.h"
 
30
#include "unity-shared/IconLoader.h"
 
31
#include "unity-shared/ubus-server.h"
 
32
#include "unity-shared/UBusMessages.h"
33
33
 
34
34
namespace unity
35
35
{