]> diplodocus.org Git - nmh/blobdiff - sbr/oauth.c
Also trap ambiguous post switch.
[nmh] / sbr / oauth.c
old mode 100755 (executable)
new mode 100644 (file)
index 4f2d84f..0c13f3b
@@ -5,7 +5,11 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "m_getfld.h"
+#include "concat.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"