diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-22 18:47:07 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-22 18:47:07 +0000 |
commit | 8cc60a1fa18674256ce581d98ace86659fb3acac (patch) | |
tree | 3ccec82f8e23c009e7366f421dbfacbf43e01055 /src/include/gnunet_mysql_lib.h | |
parent | 57d542844dbc21804f9cfff87995ec6413bf4243 (diff) |
adding libgnunetpostgres for shared postgres functionality between postgres datastore/datacache backends
git-svn-id: https://gnunet.org/svn/gnunet@20693 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include/gnunet_mysql_lib.h')
-rw-r--r-- | src/include/gnunet_mysql_lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_mysql_lib.h b/src/include/gnunet_mysql_lib.h index 7311c2c52b..c61bdcab18 100644 --- a/src/include/gnunet_mysql_lib.h +++ b/src/include/gnunet_mysql_lib.h @@ -26,8 +26,6 @@ #define GNUNET_MYSQL_LIB_H #include "gnunet_util_lib.h" -#include "gnunet_bandwidth_lib.h" -#include "gnunet_statistics_service.h" #include <mysql/mysql.h> #ifdef __cplusplus |