aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-28 11:44:33 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-28 11:44:33 +0100
commitcf33d950821ecf8b6fcb7d7ab1e6f374b2036f8b (patch)
treedef17fff64e4e6fb791a8d4df164a9817e30c3a9 /src/rest-plugins
parent4946e6930f74564d4597b006977c148d062d40e2 (diff)
downloadgnunet-cf33d950821ecf8b6fcb7d7ab1e6f374b2036f8b.tar.gz
gnunet-cf33d950821ecf8b6fcb7d7ab1e6f374b2036f8b.zip
REST: OIDC plugin remove jsonapi includes
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/plugin_rest_openid_connect.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rest-plugins/plugin_rest_openid_connect.c b/src/rest-plugins/plugin_rest_openid_connect.c
index ee78df4ef..1d92410b5 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2012-2015 GNUnet e.V. 3 Copyright (C) 2012-2018 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -30,8 +30,6 @@
30#include "gnunet_gnsrecord_lib.h" 30#include "gnunet_gnsrecord_lib.h"
31#include "gnunet_namestore_service.h" 31#include "gnunet_namestore_service.h"
32#include "gnunet_rest_lib.h" 32#include "gnunet_rest_lib.h"
33#include "gnunet_jsonapi_lib.h"
34#include "gnunet_jsonapi_util.h"
35#include "microhttpd.h" 33#include "microhttpd.h"
36#include <jansson.h> 34#include <jansson.h>
37#include <inttypes.h> 35#include <inttypes.h>