aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pq/pq.c2
-rw-r--r--src/pq/pq_query_helper.c2
-rw-r--r--src/pq/pq_result_helper.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/pq/pq.c b/src/pq/pq.c
index fe796044e..37d067edd 100644
--- a/src/pq/pq.c
+++ b/src/pq/pq.c
@@ -21,7 +21,7 @@
21 * @author Christian Grothoff 21 * @author Christian Grothoff
22 */ 22 */
23#include "platform.h" 23#include "platform.h"
24#include <gnunet/gnunet_util_lib.h> 24#include "gnunet_util_lib.h"
25#include "gnunet_pq_lib.h" 25#include "gnunet_pq_lib.h"
26 26
27 27
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index 5f2764b62..13c71446c 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -19,7 +19,7 @@
19 * @author Christian Grothoff 19 * @author Christian Grothoff
20 */ 20 */
21#include "platform.h" 21#include "platform.h"
22#include <gnunet/gnunet_util_lib.h> 22#include "gnunet_util_lib.h"
23#include "gnunet_pq_lib.h" 23#include "gnunet_pq_lib.h"
24 24
25 25
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index dc5700730..48f073cda 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -19,7 +19,7 @@
19 * @author Christian Grothoff 19 * @author Christian Grothoff
20 */ 20 */
21#include "platform.h" 21#include "platform.h"
22#include <gnunet/gnunet_util_lib.h> 22#include "gnunet_util_lib.h"
23#include "gnunet_pq_lib.h" 23#include "gnunet_pq_lib.h"
24 24
25 25