diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_parsing.h')
-rw-r--r-- | src/mint/taler-mint-httpd_parsing.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_parsing.h b/src/mint/taler-mint-httpd_parsing.h index 5f5f35dfc..c8e946077 100644 --- a/src/mint/taler-mint-httpd_parsing.h +++ b/src/mint/taler-mint-httpd_parsing.h | |||
@@ -13,7 +13,6 @@ | |||
13 | You should have received a copy of the GNU Affero General Public License along with | 13 | You should have received a copy of the GNU Affero General Public License along with |
14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> | 14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> |
15 | */ | 15 | */ |
16 | |||
17 | /** | 16 | /** |
18 | * @file taler-mint-httpd_parsing.h | 17 | * @file taler-mint-httpd_parsing.h |
19 | * @brief functions to parse incoming requests | 18 | * @brief functions to parse incoming requests |
@@ -21,11 +20,9 @@ | |||
21 | * @author Benedikt Mueller | 20 | * @author Benedikt Mueller |
22 | * @author Christian Grothoff | 21 | * @author Christian Grothoff |
23 | */ | 22 | */ |
24 | |||
25 | #ifndef TALER_MICROHTTPD_LIB_H_ | 23 | #ifndef TALER_MICROHTTPD_LIB_H_ |
26 | #define TALER_MICROHTTPD_LIB_H_ | 24 | #define TALER_MICROHTTPD_LIB_H_ |
27 | 25 | ||
28 | |||
29 | #include <microhttpd.h> | 26 | #include <microhttpd.h> |
30 | #include <jansson.h> | 27 | #include <jansson.h> |
31 | 28 | ||