summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Polyfills/pgmspace.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/ArduinoJson/Polyfills/pgmspace.hpp')
-rw-r--r--include/lib/ArduinoJson/Polyfills/pgmspace.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lib/ArduinoJson/Polyfills/pgmspace.hpp b/include/lib/ArduinoJson/Polyfills/pgmspace.hpp
index f253818..31c0ecc 100644
--- a/include/lib/ArduinoJson/Polyfills/pgmspace.hpp
+++ b/include/lib/ArduinoJson/Polyfills/pgmspace.hpp
@@ -4,9 +4,9 @@
#pragma once
-#include <ArduinoJson/Configuration.hpp>
-#include <ArduinoJson/Namespace.hpp>
-#include <ArduinoJson/Polyfills/assert.hpp>
+#include "lib/ArduinoJson/Configuration.hpp"
+#include "lib/ArduinoJson/Namespace.hpp"
+#include "lib/ArduinoJson/Polyfills/assert.hpp"
namespace ARDUINOJSON_NAMESPACE {
// Wraps a const char* so that the our functions are picked only if the