diff options
Diffstat (limited to 'include/cru/base/platform')
| -rw-r--r-- | include/cru/base/platform/unix/EventLoop.h | 1 | ||||
| -rw-r--r-- | include/cru/base/platform/web/WebException.h | 2 | ||||
| -rw-r--r-- | include/cru/base/platform/win/Exception.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/include/cru/base/platform/unix/EventLoop.h b/include/cru/base/platform/unix/EventLoop.h index 0bc68138..b039cfbf 100644 --- a/include/cru/base/platform/unix/EventLoop.h +++ b/include/cru/base/platform/unix/EventLoop.h @@ -5,7 +5,6 @@ #endif #include "../../Base.h" -#include "../../Exception.h" #include "../../Timer.h" #include "UnixFile.h" diff --git a/include/cru/base/platform/web/WebException.h b/include/cru/base/platform/web/WebException.h index 85454f82..ba90bec7 100644 --- a/include/cru/base/platform/web/WebException.h +++ b/include/cru/base/platform/web/WebException.h @@ -2,7 +2,7 @@ #ifdef CRU_PLATFORM_EMSCRIPTEN -#include "../Exception.h" +#include "../../Base.h" namespace cru::platform::web { class WebException : public PlatformException { diff --git a/include/cru/base/platform/win/Exception.h b/include/cru/base/platform/win/Exception.h index 21851bb9..db98e7b6 100644 --- a/include/cru/base/platform/win/Exception.h +++ b/include/cru/base/platform/win/Exception.h @@ -6,7 +6,7 @@ #include "WinPreConfig.h" -#include "../../Exception.h" +#include "../../Base.h" namespace cru::platform::win { class CRU_BASE_API HResultError : public Exception { |
