aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_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_peerstore_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_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h2
1 files changed, 1 insertions, 1 deletions
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"