aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_sensordashboard_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_sensordashboard_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_sensordashboard_service.h')
-rw-r--r--src/include/gnunet_sensordashboard_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_sensordashboard_service.h b/src/include/gnunet_sensordashboard_service.h
index 4c08a14b6..bd4acb271 100644
--- a/src/include/gnunet_sensordashboard_service.h
+++ b/src/include/gnunet_sensordashboard_service.h
@@ -31,7 +31,7 @@
31#ifndef GNUNET_SENSORDASHBOARD_SERVICE_H 31#ifndef GNUNET_SENSORDASHBOARD_SERVICE_H
32#define GNUNET_SENSORDASHBOARD_SERVICE_H 32#define GNUNET_SENSORDASHBOARD_SERVICE_H
33 33
34#include "platform.h" 34#include "gnunet_common.h"
35#include "gnunet_util_lib.h" 35#include "gnunet_util_lib.h"
36 36
37#ifdef __cplusplus 37#ifdef __cplusplus