X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/00d760f7506c2d5c32ab5abf9f11b3066999f08a..1e03ea3338cc5ccd9ddf4feaaacfeda1998689cc:/sbr/oauth.c diff --git a/sbr/oauth.c b/sbr/oauth.c index d2abf2f2..195b9b8f 100755 --- a/sbr/oauth.c +++ b/sbr/oauth.c @@ -5,7 +5,10 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "trimcpy.h" +#include "getcpy.h" +#include "error.h" #ifdef OAUTH_SUPPORT @@ -20,10 +23,10 @@ #include #include -#include +#include "thirdparty/jsmn/jsmn.h" -#include -#include +#include "h/oauth.h" +#include "h/utils.h" #include "lock_file.h" #define JSON_TYPE "application/json"