]> diplodocus.org Git - nmh/blobdiff - sbr/oauth.c
showfile.c: Move interface to own file.
[nmh] / sbr / oauth.c
index 4f2d84ff3e1b95245c9d7859b3c7f4a62aa8ca80..195b9b8fe77e8724cae524a971112b0850123943 100755 (executable)
@@ -5,7 +5,9 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "trimcpy.h"
+#include "getcpy.h"
 #include "error.h"
 
 #ifdef OAUTH_SUPPORT
 #include <unistd.h>
 
 #include <curl/curl.h>
-#include <thirdparty/jsmn/jsmn.h>
+#include "thirdparty/jsmn/jsmn.h"
 
-#include <h/oauth.h>
-#include <h/utils.h>
+#include "h/oauth.h"
+#include "h/utils.h"
 #include "lock_file.h"
 
 #define JSON_TYPE "application/json"