Browse code

reverting one PPC compile fix that screwed up windows.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@57607 bc3139a8-67e5-0310-9ffc-ced21a209358

Steffen Neumann authored on 23/08/2011 08:28:48
Showing 1 changed files

... ...
@@ -28,9 +28,6 @@
28 28
 #include "boost/static_assert.hpp"
29 29
 #if defined(__MACH__) && !defined(__APPLE_CC__) 
30 30
 #include <machine/endian.h>
31
-#else
32
-#include <endian.h>
33
-#endif
34 31
 
35 32
 namespace pwiz {
36 33
 namespace util {
... ...
@@ -40,7 +37,6 @@ namespace util {
40 37
 #define PWIZ_GCC
41 38
 #endif
42 39
 
43
-
44 40
 #if defined(_MSC_VER)
45 41
 #define PWIZ_MSVC
46 42
 #endif