X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bfff2c60b2c860c2bc466bdab94daf770d86aec5..f28cfc5260eb87df0f6f106c837b3e2de640a9bf:/sbr/oauth.c diff --git a/sbr/oauth.c b/sbr/oauth.c old mode 100755 new mode 100644 index 4f2d84ff..0c13f3bf --- a/sbr/oauth.c +++ b/sbr/oauth.c @@ -5,7 +5,11 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "m_getfld.h" +#include "concat.h" +#include "trimcpy.h" +#include "getcpy.h" #include "error.h" #ifdef OAUTH_SUPPORT @@ -21,10 +25,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"