~thomas-voss/location-service/introduce-locationd

« back to all changes in this revision

Viewing changes to src/location/connectivity/nm.h

  • Committer: Thomas Voß
  • Date: 2016-06-27 11:05:34 UTC
  • mfrom: (258.1.3 simplify-namespaces)
  • Revision ID: thomas.voss@canonical.com-20160627110534-vgl06rzgh7if12uo
Merge lp:~thomas-voss/location-service/simplify-namespaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * Authored by: Thomas Voß <thomas.voss@canonical.com>
17
17
 */
18
 
#ifndef LOCATION_SERVICE_COM_UBUNTU_LOCATION_CONNECTIVITY_NM_H
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_CONNECTIVITY_NM_H
 
18
#ifndef LOCATION_CONNECTIVITY_NM_H
 
19
#define LOCATION_CONNECTIVITY_NM_H
20
20
 
21
21
#include <core/dbus/bus.h>
22
22
#include <core/dbus/object.h>
691
691
}
692
692
}
693
693
 
694
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_CONNECTIVITY_NM_H
 
694
#endif // LOCATION_CONNECTIVITY_NM_H