summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 16:23:53 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-01-23 16:23:53 +0100
commit80132c8e221aa5a922496c46e23432685885ba04 (patch)
treec12774a3fae6837659d925d083328799b7a8b997 /modules/codec/c++/data.hpp
parent8dad985328e2183b224300aa992951131956fdb3 (diff)
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r--modules/codec/c++/data.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index 3aebc89..3fe7494 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include <forstio/common.h>
-#include <forstio/error.h>
-#include <forstio/templates.h>
+#include <forstio/common.hpp>
+#include <forstio/error.hpp>
+#include <forstio/templates.hpp>
#include <cassert>
@@ -11,7 +11,7 @@
#include <variant>
#include <vector>
-#include "schema.hpp
+#include "schema.hpp"
namespace saw {
namespace encode {