summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Object/ObjectRef.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/ArduinoJson/Object/ObjectRef.hpp')
-rw-r--r--include/lib/ArduinoJson/Object/ObjectRef.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/ArduinoJson/Object/ObjectRef.hpp b/include/lib/ArduinoJson/Object/ObjectRef.hpp
index c945fb6..02df3d6 100644
--- a/include/lib/ArduinoJson/Object/ObjectRef.hpp
+++ b/include/lib/ArduinoJson/Object/ObjectRef.hpp
@@ -4,8 +4,8 @@
#pragma once
-#include <ArduinoJson/Object/ObjectFunctions.hpp>
-#include <ArduinoJson/Object/ObjectIterator.hpp>
+#include "lib/ArduinoJson/Object/ObjectFunctions.hpp"
+#include "lib/ArduinoJson/Object/ObjectIterator.hpp"
// Returns the size (in bytes) of an object with n elements.
// Can be very handy to determine the size of a StaticMemoryPool.