~thomas-voss/location-service/generalize-glue-code-for-agps-operation

« back to all changes in this revision

Viewing changes to include/location_service/com/ubuntu/location/providers/gps/provider.h

  • Committer: thomas-voss
  • Date: 2013-12-10 09:42:54 UTC
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: thomas.voss@canonical.com-20131210094254-32x52ssaugsd88zq
Refactored includes.
Added a configuration option to handle cell and wifi ID reporting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef LOCATION_SERVICE_COM_UBUNTU_LOCATION_PROVIDERS_GPS_PROVIDER_H_
19
19
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_PROVIDERS_GPS_PROVIDER_H_
20
20
 
21
 
#include "com/ubuntu/location/provider.h"
22
 
#include "com/ubuntu/location/provider_factory.h"
 
21
#include <com/ubuntu/location/provider.h>
 
22
#include <com/ubuntu/location/provider_factory.h>
23
23
 
24
24
namespace com
25
25
{