aboutsummaryrefslogtreecommitdiff
path: root/src
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
parentdf09b9946601337eb74693229d0a57bd5992e90e (diff)
downloadgnunet-4ce6efe274c05b7386acb9f4c4d7980a4fc9aee2.tar.gz
gnunet-4ce6efe274c05b7386acb9f4c4d7980a4fc9aee2.zip
Do not include platform.h in headers from include/
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_consensus_service.h1
-rw-r--r--src/include/gnunet_peerstore_service.h2
-rw-r--r--src/include/gnunet_secretsharing_service.h1
-rw-r--r--src/include/gnunet_sensor_service.h2
-rw-r--r--src/include/gnunet_sensordashboard_service.h2
-rw-r--r--src/peerstore/peerstore_common.h1
6 files changed, 4 insertions, 5 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 3f1d3286a..957e88a80 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -40,7 +40,6 @@ extern "C"
40#endif 40#endif
41#endif 41#endif
42 42
43#include "platform.h"
44#include "gnunet_common.h" 43#include "gnunet_common.h"
45#include "gnunet_time_lib.h" 44#include "gnunet_time_lib.h"
46#include "gnunet_configuration_lib.h" 45#include "gnunet_configuration_lib.h"
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 63ec0167b..e9e344d88 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -33,8 +33,8 @@
33#ifndef GNUNET_PEERSTORE_SERVICE_H 33#ifndef GNUNET_PEERSTORE_SERVICE_H
34#define GNUNET_PEERSTORE_SERVICE_H 34#define GNUNET_PEERSTORE_SERVICE_H
35 35
36#include "platform.h"
37#include "gnunet_util_lib.h" 36#include "gnunet_util_lib.h"
37#include "gnunet_common.h"
38 38
39#ifdef __cplusplus 39#ifdef __cplusplus
40extern "C" 40extern "C"
diff --git a/src/include/gnunet_secretsharing_service.h b/src/include/gnunet_secretsharing_service.h
index 05852ddb0..047120e27 100644
--- a/src/include/gnunet_secretsharing_service.h
+++ b/src/include/gnunet_secretsharing_service.h
@@ -40,7 +40,6 @@ extern "C"
40#endif 40#endif
41#endif 41#endif
42 42
43#include "platform.h"
44#include "gnunet_common.h" 43#include "gnunet_common.h"
45#include "gnunet_time_lib.h" 44#include "gnunet_time_lib.h"
46#include "gnunet_configuration_lib.h" 45#include "gnunet_configuration_lib.h"
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
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
diff --git a/src/peerstore/peerstore_common.h b/src/peerstore/peerstore_common.h
index cb274b2c0..4b806bf91 100644
--- a/src/peerstore/peerstore_common.h
+++ b/src/peerstore/peerstore_common.h
@@ -24,6 +24,7 @@
24 * @author Omar Tarabai 24 * @author Omar Tarabai
25 */ 25 */
26 26
27#include "platform.h"
27#include "peerstore.h" 28#include "peerstore.h"
28 29
29/** 30/**