diff --git a/dlls/kernel/tests/process.c b/dlls/kernel/tests/process.c
index b5c9db5ec55ac8a7b2c6e43250422b21048ce479..ce5ab33691da96064953fdda3bae72b97763e869 100644
--- a/dlls/kernel/tests/process.c
+++ b/dlls/kernel/tests/process.c
@@ -24,7 +24,6 @@
 #include <stdlib.h>
 
 #include "wine/test.h"
-#include "ntstatus.h"
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
diff --git a/dlls/kernel/tests/thread.c b/dlls/kernel/tests/thread.c
index 86cf182c12f5062d6f7e09f71768fbfbf630a6f6..f94fd034fd6b68d852bd62a8d39b9a6aa9f99da0 100644
--- a/dlls/kernel/tests/thread.c
+++ b/dlls/kernel/tests/thread.c
@@ -24,7 +24,6 @@
 #include <stdarg.h>
 
 #include "wine/test.h"
-#include <ntstatus.h>
 #include <windef.h>
 #include <winbase.h>
 #include <winnt.h>