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/util | |
parent | 21da34a5011bfb9445b658febdb40c90c34b4170 (diff) |
organize #include, remove redundant includes
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/json.c | 1 | ||||
-rw-r--r-- | src/util/os_installation.c | 2 | ||||
-rw-r--r-- | src/util/wireformats.c | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/src/util/json.c b/src/util/json.c index f6f2e49a1..1747cd927 100644 --- a/src/util/json.c +++ b/src/util/json.c @@ -21,7 +21,6 @@ #include "platform.h" #include <gnunet/gnunet_util_lib.h> #include "taler_util.h" -#include "taler_json_lib.h" /** * Shorthand for exit jumps. diff --git a/src/util/os_installation.c b/src/util/os_installation.c index ad89f4e58..1308fa3f3 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -454,7 +454,7 @@ os_get_exec_path () * @return a pointer to the dir path (to be freed by the caller) */ char * -TALER_os_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind) +TALER_OS_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind) { size_t n; const char *dirname; diff --git a/src/util/wireformats.c b/src/util/wireformats.c index df32f2d3d..e86044d7e 100644 --- a/src/util/wireformats.c +++ b/src/util/wireformats.c @@ -22,7 +22,6 @@ #include "platform.h" #include <gnunet/gnunet_util_lib.h> #include "taler_util.h" -#include "taler_json_lib.h" /** * Shorthand for exit jumps. |