aboutsummaryrefslogtreecommitdiff
path: root/include/cru/toml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-08 16:53:51 +0800
committercrupest <crupest@outlook.com>2022-02-08 16:53:51 +0800
commit74bb9cd27242b9320f99ff4d2b50c3051576cc14 (patch)
tree744bac5799c593d1d6f81e7b09581bea626f2cde /include/cru/toml
parentb90c398de829d1ba5329651d75bae82f5e4085fe (diff)
downloadcru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.gz
cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.bz2
cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.zip
...
Diffstat (limited to 'include/cru/toml')
-rw-r--r--include/cru/toml/Base.h (renamed from include/cru/toml/Base.hpp)0
-rw-r--r--include/cru/toml/TomlDocument.h (renamed from include/cru/toml/TomlDocument.hpp)6
-rw-r--r--include/cru/toml/TomlParser.h (renamed from include/cru/toml/TomlParser.hpp)4
3 files changed, 5 insertions, 5 deletions
diff --git a/include/cru/toml/Base.hpp b/include/cru/toml/Base.h
index de1d558c..de1d558c 100644
--- a/include/cru/toml/Base.hpp
+++ b/include/cru/toml/Base.h
diff --git a/include/cru/toml/TomlDocument.hpp b/include/cru/toml/TomlDocument.h
index 1e5caf71..6da5ad74 100644
--- a/include/cru/toml/TomlDocument.hpp
+++ b/include/cru/toml/TomlDocument.h
@@ -1,9 +1,9 @@
#pragma once
-#include "Base.hpp"
+#include "Base.h"
-#include "cru/common/Base.hpp"
-#include "cru/common/String.hpp"
+#include "cru/common/Base.h"
+#include "cru/common/String.h"
#include <optional>
#include <unordered_map>
diff --git a/include/cru/toml/TomlParser.hpp b/include/cru/toml/TomlParser.h
index c3091bad..dcef2920 100644
--- a/include/cru/toml/TomlParser.hpp
+++ b/include/cru/toml/TomlParser.h
@@ -1,7 +1,7 @@
#pragma once
-#include "cru/common/Exception.hpp"
-#include "cru/toml/TomlDocument.hpp"
+#include "cru/common/Exception.h"
+#include "cru/toml/TomlDocument.h"
#include <optional>