diff options
| author | crupest <crupest@outlook.com> | 2022-02-08 16:53:51 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-02-08 16:53:51 +0800 |
| commit | 74bb9cd27242b9320f99ff4d2b50c3051576cc14 (patch) | |
| tree | 744bac5799c593d1d6f81e7b09581bea626f2cde /include/cru/common/platform/unix | |
| parent | b90c398de829d1ba5329651d75bae82f5e4085fe (diff) | |
| download | cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.gz cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.bz2 cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.zip | |
...
Diffstat (limited to 'include/cru/common/platform/unix')
| -rw-r--r-- | include/cru/common/platform/unix/ErrnoException.h (renamed from include/cru/common/platform/unix/ErrnoException.hpp) | 4 | ||||
| -rw-r--r-- | include/cru/common/platform/unix/UnixFileStream.h (renamed from include/cru/common/platform/unix/UnixFileStream.hpp) | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/cru/common/platform/unix/ErrnoException.hpp b/include/cru/common/platform/unix/ErrnoException.h index 2982e26a..00e1864b 100644 --- a/include/cru/common/platform/unix/ErrnoException.hpp +++ b/include/cru/common/platform/unix/ErrnoException.h @@ -1,10 +1,10 @@ #pragma once -#include "../../PreConfig.hpp" +#include "../../PreConfig.h" #ifdef CRU_PLATFORM_UNIX -#include "../Exception.hpp" +#include "../Exception.h" namespace cru::platform::unix { class ErrnoException : public PlatformException { diff --git a/include/cru/common/platform/unix/UnixFileStream.hpp b/include/cru/common/platform/unix/UnixFileStream.h index 76355f2f..0c8ef340 100644 --- a/include/cru/common/platform/unix/UnixFileStream.hpp +++ b/include/cru/common/platform/unix/UnixFileStream.h @@ -1,12 +1,12 @@ #pragma once -#include "../../PreConfig.hpp" +#include "../../PreConfig.h" #ifdef CRU_PLATFORM_UNIX -#include "../../String.hpp" -#include "../../io/OpenFileFlag.hpp" -#include "../../io/Stream.hpp" +#include "../../String.h" +#include "../../io/OpenFileFlag.h" +#include "../../io/Stream.h" namespace cru::platform::unix { class UnixFileStream : public io::Stream { |
