X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsfm-private.h;h=3864ca39e3348a60fbef3823181991de1766d4a2;hb=fcd8d5f89fe81347a0e4ab4e5256fb89d6bb61c1;hp=caf7770df432d285f559a61416199942d9fab051;hpb=5fd22ca7771c8175ef05e91e1194c3c4096337f4;p=pspp-builds.git diff --git a/src/data/sfm-private.h b/src/data/sfm-private.h index caf7770d..3864ca39 100644 --- a/src/data/sfm-private.h +++ b/src/data/sfm-private.h @@ -20,7 +20,7 @@ /* PORTME: There might easily be alignment problems with some of these structures. */ -#include "compiler.h" +#include #include "variable.h" /* This attribute might avoid some problems. On the other hand... */ @@ -58,7 +58,7 @@ #endif /* Figure out SYSMIS value for flt64. */ -#include "magic.h" +#include #if SIZEOF_DOUBLE == 8 #define second_lowest_flt64 second_lowest_value #else