diff src/os_cpu/bsd_x86/vm/bytes_bsd_x86.inline.hpp @ 6918:0af5da0c9d9d

8001619: Remove usage of _ALLBSD_SOURCE in bsd files Reviewed-by: coleenp, dholmes
author sla
date Mon, 29 Oct 2012 21:04:17 +0100
parents f08d439fab8c
children
line wrap: on
line diff
--- a/src/os_cpu/bsd_x86/vm/bytes_bsd_x86.inline.hpp	Thu Oct 25 16:33:40 2012 -0400
+++ b/src/os_cpu/bsd_x86/vm/bytes_bsd_x86.inline.hpp	Mon Oct 29 21:04:17 2012 +0100
@@ -25,10 +25,6 @@
 #ifndef OS_CPU_BSD_X86_VM_BYTES_BSD_X86_INLINE_HPP
 #define OS_CPU_BSD_X86_VM_BYTES_BSD_X86_INLINE_HPP
 
-#ifndef _ALLBSD_SOURCE
-#include <byteswap.h>
-#endif
-
 #ifdef __APPLE__
 #include <libkern/OSByteOrder.h>
 #endif