aboutsummaryrefslogtreecommitdiff
path: root/ports/jwt-cpp/fix-picojson.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/jwt-cpp/fix-picojson.patch')
-rw-r--r--ports/jwt-cpp/fix-picojson.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/jwt-cpp/fix-picojson.patch b/ports/jwt-cpp/fix-picojson.patch
deleted file mode 100644
index 44c04fe58..000000000
--- a/ports/jwt-cpp/fix-picojson.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/include/jwt-cpp/jwt.h b/include/jwt-cpp/jwt.h
-index ec56810..a26fd97 100644
---- a/include/jwt-cpp/jwt.h
-+++ b/include/jwt-cpp/jwt.h
-@@ -1,6 +1,6 @@
- #pragma once
- #define PICOJSON_USE_INT64
--#include "picojson.h"
-+#include "picojson/picojson.h"
- #include "base.h"
- #include <set>
- #include <chrono>