diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-29 22:07:17 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-29 22:07:20 +0100 |
commit | a5e2adedf38f84a8be5e8d844e02991d3bbfecca (patch) | |
tree | 0663747e2b28defc2249a56ecbe194a7c8fa089b /include | |
parent | b1296f2c97c6fdc1c6a9922dc09c951b5cafdc12 (diff) |
Move files, expose include dir
Diffstat (limited to 'include')
-rw-r--r-- | include/dchat/FileUtil.hpp (renamed from include/FileUtil.hpp) | 2 | ||||
-rw-r--r-- | include/dchat/env.hpp (renamed from include/env.hpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/FileUtil.hpp b/include/dchat/FileUtil.hpp index cb4e308..097b607 100644 --- a/include/FileUtil.hpp +++ b/include/dchat/FileUtil.hpp @@ -1,6 +1,6 @@ #pragma once -#include "dchat/StringView.hpp" +#include "StringView.hpp" #include <boost/filesystem/path.hpp> #include <stdexcept> diff --git a/include/env.hpp b/include/dchat/env.hpp index 4061518..4061518 100644 --- a/include/env.hpp +++ b/include/dchat/env.hpp |