summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Object/ObjectIterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/ArduinoJson/Object/ObjectIterator.hpp')
-rw-r--r--include/lib/ArduinoJson/Object/ObjectIterator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/ArduinoJson/Object/ObjectIterator.hpp b/include/lib/ArduinoJson/Object/ObjectIterator.hpp
index d729459..7b03ffe 100644
--- a/include/lib/ArduinoJson/Object/ObjectIterator.hpp
+++ b/include/lib/ArduinoJson/Object/ObjectIterator.hpp
@@ -4,8 +4,8 @@
#pragma once
-#include <ArduinoJson/Object/Pair.hpp>
-#include <ArduinoJson/Variant/SlotFunctions.hpp>
+#include "lib/ArduinoJson/Object/Pair.hpp"
+#include "lib/ArduinoJson/Variant/SlotFunctions.hpp"
namespace ARDUINOJSON_NAMESPACE {