summaryrefslogtreecommitdiffstats
path: root/memory/volatile/tests/TestVolatileBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'memory/volatile/tests/TestVolatileBuffer.cpp')
-rw-r--r--memory/volatile/tests/TestVolatileBuffer.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/memory/volatile/tests/TestVolatileBuffer.cpp b/memory/volatile/tests/TestVolatileBuffer.cpp
index dff8e794a..7d21236a4 100644
--- a/memory/volatile/tests/TestVolatileBuffer.cpp
+++ b/memory/volatile/tests/TestVolatileBuffer.cpp
@@ -6,13 +6,7 @@
#include "mozilla/VolatileBuffer.h"
#include <string.h>
-#if defined(ANDROID)
-#include <fcntl.h>
-#include <linux/ashmem.h>
-#include <sys/ioctl.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#elif defined(XP_DARWIN)
+#ifdef XP_DARWIN
#include <mach/mach.h>
#endif