diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-03 21:44:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-03 21:44:20 +0200 |
commit | 646c1428a2750c5c4620677eec353788f838c5f8 (patch) | |
tree | 46a36ae8b62ec057e5b5ecc99510a8e0078df1aa /src/datacache/plugin_datacache_postgres.c | |
parent | b56cfa1127b0f4f376ad73c8ecd5622600b1da1c (diff) |
no more need for libgnunetpostgres
Diffstat (limited to 'src/datacache/plugin_datacache_postgres.c')
-rw-r--r-- | src/datacache/plugin_datacache_postgres.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c index ce469a9ede..c99f5fd682 100644 --- a/src/datacache/plugin_datacache_postgres.c +++ b/src/datacache/plugin_datacache_postgres.c @@ -25,7 +25,6 @@ */ #include "platform.h" #include "gnunet_util_lib.h" -#include "gnunet_postgres_lib.h" #include "gnunet_pq_lib.h" #include "gnunet_datacache_plugin.h" |