summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Numbers/parseNumber.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/ArduinoJson/Numbers/parseNumber.hpp')
-rw-r--r--include/lib/ArduinoJson/Numbers/parseNumber.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/lib/ArduinoJson/Numbers/parseNumber.hpp b/include/lib/ArduinoJson/Numbers/parseNumber.hpp
index cf050c7..54395ea 100644
--- a/include/lib/ArduinoJson/Numbers/parseNumber.hpp
+++ b/include/lib/ArduinoJson/Numbers/parseNumber.hpp
@@ -4,14 +4,14 @@
#pragma once
-#include <ArduinoJson/Numbers/FloatTraits.hpp>
-#include <ArduinoJson/Numbers/convertNumber.hpp>
-#include <ArduinoJson/Polyfills/assert.hpp>
-#include <ArduinoJson/Polyfills/ctype.hpp>
-#include <ArduinoJson/Polyfills/math.hpp>
-#include <ArduinoJson/Polyfills/type_traits.hpp>
-#include <ArduinoJson/Variant/Converter.hpp>
-#include <ArduinoJson/Variant/VariantData.hpp>
+#include "lib/ArduinoJson/Numbers/FloatTraits.hpp"
+#include "lib/ArduinoJson/Numbers/convertNumber.hpp"
+#include "lib/ArduinoJson/Polyfills/assert.hpp"
+#include "lib/ArduinoJson/Polyfills/ctype.hpp"
+#include "lib/ArduinoJson/Polyfills/math.hpp"
+#include "lib/ArduinoJson/Polyfills/type_traits.hpp"
+#include "lib/ArduinoJson/Variant/Converter.hpp"
+#include "lib/ArduinoJson/Variant/VariantData.hpp"
namespace ARDUINOJSON_NAMESPACE {