summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Memory
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/ArduinoJson/Memory')
-rw-r--r--include/lib/ArduinoJson/Memory/Alignment.hpp2
-rw-r--r--include/lib/ArduinoJson/Memory/MemoryPool.hpp8
2 files changed, 5 insertions, 5 deletions
diff --git a/include/lib/ArduinoJson/Memory/Alignment.hpp b/include/lib/ArduinoJson/Memory/Alignment.hpp
index bf16798..e1fe4c2 100644
--- a/include/lib/ArduinoJson/Memory/Alignment.hpp
+++ b/include/lib/ArduinoJson/Memory/Alignment.hpp
@@ -4,7 +4,7 @@
#pragma once
-#include <ArduinoJson/Namespace.hpp>
+#include "lib/ArduinoJson/Namespace.hpp"
#include <stddef.h> // size_t
diff --git a/include/lib/ArduinoJson/Memory/MemoryPool.hpp b/include/lib/ArduinoJson/Memory/MemoryPool.hpp
index 49debf8..d2c8926 100644
--- a/include/lib/ArduinoJson/Memory/MemoryPool.hpp
+++ b/include/lib/ArduinoJson/Memory/MemoryPool.hpp
@@ -4,10 +4,10 @@
#pragma once
-#include <ArduinoJson/Memory/Alignment.hpp>
-#include <ArduinoJson/Polyfills/assert.hpp>
-#include <ArduinoJson/Polyfills/mpl/max.hpp>
-#include <ArduinoJson/Variant/VariantSlot.hpp>
+#include "lib/ArduinoJson/Memory/Alignment.hpp"
+#include "lib/ArduinoJson/Polyfills/assert.hpp"
+#include "lib/ArduinoJson/Polyfills/mpl/max.hpp"
+#include "lib/ArduinoJson/Variant/VariantSlot.hpp"
#include <string.h> // memmove