diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-11-05 21:54:44 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-11-05 21:54:44 +0000 |
commit | 43672d61b9a0a158664d2c112bd8bc4bf815ae8b (patch) | |
tree | 575c606a8f81c1f0baabad43bf34789023513ee7 /src/datacache/plugin_datacache_sqlite.c | |
parent | 616b3314b6512bfd7ecd3afd6ba6f70235d953d0 (diff) |
moving plugin headers
git-svn-id: https://gnunet.org/svn/gnunet@13571 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datacache/plugin_datacache_sqlite.c')
-rw-r--r-- | src/datacache/plugin_datacache_sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c index 7674402c7b..b5d0ea7154 100644 --- a/src/datacache/plugin_datacache_sqlite.c +++ b/src/datacache/plugin_datacache_sqlite.c @@ -25,7 +25,7 @@ */ #include "platform.h" #include "gnunet_util_lib.h" -#include "plugin_datacache.h" +#include "gnunet_datacache_plugin.h" #include <sqlite3.h> #define DEBUG_DATACACHE_SQLITE GNUNET_NO |