summaryrefslogtreecommitdiff
path: root/modules/io
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 13:12:11 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 13:12:11 +0100
commit8dad985328e2183b224300aa992951131956fdb3 (patch)
treeceda3d9805335f36f571fb36585444ebdb421a02 /modules/io
parenta9d2025030d0a7641f4b0701bd4aff7d2db5aeb4 (diff)
core,codec-json,codec-minecraft,codec-netcdf,codec,io-tls,io,io_codec,window,window-opengl:
Renamed file endings and changed includes
Diffstat (limited to 'modules/io')
-rw-r--r--modules/io/io.hpp (renamed from modules/io/io.h)2
-rw-r--r--modules/io/io_helpers.hpp (renamed from modules/io/io_helpers.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/io/io.h b/modules/io/io.hpp
index b58394e..e2022be 100644
--- a/modules/io/io.h
+++ b/modules/io/io.hpp
@@ -2,7 +2,7 @@
#include <forstio/async/async.h>
#include <forstio/common.h>
-#include "io_helpers.h"
+#include "io_helpers.hpp
#include <string>
#include <variant>
diff --git a/modules/io/io_helpers.h b/modules/io/io_helpers.hpp
index 761ee35..761ee35 100644
--- a/modules/io/io_helpers.h
+++ b/modules/io/io_helpers.hpp