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/mint/taler-mint-httpd.c | |
parent | 21da34a5011bfb9445b658febdb40c90c34b4170 (diff) |
organize #include, remove redundant includes
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r-- | src/mint/taler-mint-httpd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c index deb30661f..b9146c5d8 100644 --- a/src/mint/taler-mint-httpd.c +++ b/src/mint/taler-mint-httpd.c @@ -26,8 +26,6 @@ #include <jansson.h> #include <microhttpd.h> #include <pthread.h> -#include "taler_signatures.h" -#include "taler_util.h" #include "taler-mint-httpd_parsing.h" #include "taler-mint-httpd_mhd.h" #include "taler-mint-httpd_deposit.h" |