~azzar1/unity/lp-1165097

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PlacesView.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-21 14:28:40 UTC
  • mfrom: (1242.2.14 the-big-reshuffle)
  • Revision ID: neil.patel@canonical.com-20110621142840-y348glj6d7npj6m2
[merge] Update the build system

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "PlacesStyle.h"
35
35
#include "PlacesSettings.h"
36
36
#include "PlacesView.h"
37
 
#include "Variant.h"
 
37
#include <UnityCore/UnityCore.h>
38
38
 
39
39
static void place_entry_activate_request (GVariant *payload, PlacesView *self);
40
40