summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++/base_alloc.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:28:30 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:28:30 +0200
commit5d096ddd5228e554a2ef71d34dd469484e50b961 (patch)
tree4f3aaf6409e94a220a06c7236fbe6009f01f625f /dev/LibC++/base_alloc.h
parent662860f03cdff8ea18b691dca1f3c84a4aaf07d5 (diff)
IMP: Major refactor of header and source files extensions.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibC++/base_alloc.h')
-rw-r--r--dev/LibC++/base_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibC++/base_alloc.h b/dev/LibC++/base_alloc.h
index 51ed861..1d0fded 100644
--- a/dev/LibC++/base_alloc.h
+++ b/dev/LibC++/base_alloc.h
@@ -6,7 +6,7 @@
#pragma once
-#include <LibC++/defines.hxx>
+#include <LibC++/defines.h>
namespace std::base_alloc
{