diff options
Diffstat (limited to 'dev/crt/src')
| -rw-r--r-- | dev/crt/src/alloca.cc (renamed from dev/crt/src/alloca.cxx) | 2 | ||||
| -rw-r--r-- | dev/crt/src/base_exception.cc (renamed from dev/crt/src/base_exception.cxx) | 2 | ||||
| -rw-r--r-- | dev/crt/src/hal/x86/base_alloc.cc (renamed from dev/crt/src/hal/x86/base_alloc.cxx) | 4 | ||||
| -rw-r--r-- | dev/crt/src/hal/x86/exit.cc (renamed from dev/crt/src/hal/x86/exit.cxx) | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev/crt/src/alloca.cxx b/dev/crt/src/alloca.cc index 042eb769..ccee07a7 100644 --- a/dev/crt/src/alloca.cxx +++ b/dev/crt/src/alloca.cc @@ -4,6 +4,6 @@ ------------------------------------------- */
-#include <crt/alloca.hxx>
+#include <crt/alloca.h>
/// @note Just here for building.
diff --git a/dev/crt/src/base_exception.cxx b/dev/crt/src/base_exception.cc index f82d610a..75699f64 100644 --- a/dev/crt/src/base_exception.cxx +++ b/dev/crt/src/base_exception.cc @@ -4,6 +4,6 @@ ------------------------------------------- */
-#include <crt/base_exception.hxx>
+#include <crt/base_exception.h>
/// @note Just here for building.
diff --git a/dev/crt/src/hal/x86/base_alloc.cxx b/dev/crt/src/hal/x86/base_alloc.cc index 55a53c9d..10690d4b 100644 --- a/dev/crt/src/hal/x86/base_alloc.cxx +++ b/dev/crt/src/hal/x86/base_alloc.cc @@ -4,8 +4,8 @@ ------------------------------------------- */ -#include <crt/base_alloc.hxx> -#include <crt/base_exception.hxx> +#include <crt/base_alloc.h> +#include <crt/base_exception.h> #define kAllocSyscallId "mov $10, %%r9\n\t" #define kFreeSyscallId "mov $11, %%r9\n\t" diff --git a/dev/crt/src/hal/x86/exit.cxx b/dev/crt/src/hal/x86/exit.cc index c44c07a4..8ee6744b 100644 --- a/dev/crt/src/hal/x86/exit.cxx +++ b/dev/crt/src/hal/x86/exit.cc @@ -4,7 +4,7 @@ ------------------------------------------- */
-#include <crt/exit.hxx>
+#include <crt/exit.h>
#define kAllocSyscallId "mov $12, %%r9\n\t"
|
