Apply patch #5225, assertions.
[pspp-builds.git] / src / data / file-handle-def.c
index 4b83c3e1c2802645447f349adeebcc02eacf1752..32ca5c948782e11564e5ae604a391c1bfbba9984 100644 (file)
    02110-1301, USA. */
 
 #include <config.h>
+
 #include "file-handle-def.h"
-#include <libpspp/message.h>
+
+#include <assert.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
+
 #include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
-#include "file-name.h"
-#include <libpspp/message.h>
 #include <libpspp/magic.h>
+#include <libpspp/message.h>
+#include "file-name.h"
 #include "variable.h"
 #include "scratch-handle.h"