summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os/os_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/os/os_memory.h')
-rw-r--r--src/gallium/auxiliary/os/os_memory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/os/os_memory.h b/src/gallium/auxiliary/os/os_memory.h
index 91a84a2..46a6b6e 100644
--- a/src/gallium/auxiliary/os/os_memory.h
+++ b/src/gallium/auxiliary/os/os_memory.h
@@ -71,10 +71,6 @@ os_free_aligned(void *ptr);
# include "os_memory_debug.h"
-#elif defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY) || defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT)
-
-# include "os_memory_win32k.h"
-
#else
# include "os_memory_stdc.h"