aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_sensor_service.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-19 11:50:49 +0000
committerFlorian Dold <florian.dold@gmail.com>2016-04-19 11:50:49 +0000
commit4ce6efe274c05b7386acb9f4c4d7980a4fc9aee2 (patch)
treef4542fde64dee72ed5c988d2c9a46b95863f5a62 /src/include/gnunet_sensor_service.h
parentdf09b9946601337eb74693229d0a57bd5992e90e (diff)
downloadgnunet-4ce6efe274c05b7386acb9f4c4d7980a4fc9aee2.tar.gz
gnunet-4ce6efe274c05b7386acb9f4c4d7980a4fc9aee2.zip
Do not include platform.h in headers from include/
Diffstat (limited to 'src/include/gnunet_sensor_service.h')
-rw-r--r--src/include/gnunet_sensor_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_sensor_service.h b/src/include/gnunet_sensor_service.h
index 6b0692c6f..06aecd248 100644
--- a/src/include/gnunet_sensor_service.h
+++ b/src/include/gnunet_sensor_service.h
@@ -32,7 +32,7 @@
32#ifndef GNUNET_SENSOR_SERVICE_H 32#ifndef GNUNET_SENSOR_SERVICE_H
33#define GNUNET_SENSOR_SERVICE_H 33#define GNUNET_SENSOR_SERVICE_H
34 34
35#include "platform.h" 35#include "gnunet_common.h"
36#include "gnunet_util_lib.h" 36#include "gnunet_util_lib.h"
37 37
38#ifdef __cplusplus 38#ifdef __cplusplus