diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-16 20:33:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-16 20:33:01 +0200 |
commit | aa89db4d0a92f341eb6239a06c7b69410934132b (patch) | |
tree | d352df5b1ce83e15e98994fbf7edffb113f9752e /src/mintdb/mintdb_plugin.c | |
parent | 21da34a5011bfb9445b658febdb40c90c34b4170 (diff) |
organize #include, remove redundant includes
Diffstat (limited to 'src/mintdb/mintdb_plugin.c')
-rw-r--r-- | src/mintdb/mintdb_plugin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mintdb/mintdb_plugin.c b/src/mintdb/mintdb_plugin.c index 4480e27c..2e8d206f 100644 --- a/src/mintdb/mintdb_plugin.c +++ b/src/mintdb/mintdb_plugin.c @@ -20,7 +20,6 @@ * @author Sree Harsha Totakura <sreeharsha@totakura.in> */ #include "platform.h" -#include "taler_mintdb_lib.h" #include "taler_mintdb_plugin.h" #include <ltdl.h> @@ -112,7 +111,7 @@ plugin_init () opath = lt_dlgetsearchpath (); if (NULL != opath) old_dlsearchpath = GNUNET_strdup (opath); - path = TALER_os_installation_get_path (GNUNET_OS_IPK_LIBDIR); + path = TALER_OS_installation_get_path (GNUNET_OS_IPK_LIBDIR); if (NULL != path) { if (NULL != opath) |