summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/cxxabi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibC/cxxabi.cpp')
-rw-r--r--Userland/Libraries/LibC/cxxabi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Libraries/LibC/cxxabi.cpp b/Userland/Libraries/LibC/cxxabi.cpp
index 4da6b2fe14..6b23aec013 100644
--- a/Userland/Libraries/LibC/cxxabi.cpp
+++ b/Userland/Libraries/LibC/cxxabi.cpp
@@ -9,9 +9,9 @@
#include <AK/Debug.h>
#include <AK/Format.h>
#include <AK/NeverDestroyed.h>
-#include <LibC/bits/pthread_integration.h>
-#include <LibC/mallocdefs.h>
#include <assert.h>
+#include <bits/pthread_integration.h>
+#include <mallocdefs.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>