diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
commit | 80132c8e221aa5a922496c46e23432685885ba04 (patch) | |
tree | c12774a3fae6837659d925d083328799b7a8b997 /modules/codec/tests/schema.cpp | |
parent | 8dad985328e2183b224300aa992951131956fdb3 (diff) |
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/codec/tests/schema.cpp')
-rw-r--r-- | modules/codec/tests/schema.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/codec/tests/schema.cpp b/modules/codec/tests/schema.cpp index 31c68f2..408a142 100644 --- a/modules/codec/tests/schema.cpp +++ b/modules/codec/tests/schema.cpp @@ -1,8 +1,8 @@ -#include <forstio/test/suite.h> +#include <forstio/test/suite.hpp> -#include <forstio/templates.h> -#include "../c++/schema.h" -#include "../c++/schema_hash.h" +#include <forstio/templates.hpp> +#include "../c++/schema.hpp" +#include "../c++/schema_hash.hpp" namespace { template<typename T> |