-/* $OpenBSD: fpu_add.c,v 1.3 2019/03/15 05:42:38 kevlo Exp $ */
+/* $OpenBSD: fpu_add.c,v 1.4 2021/09/17 15:12:28 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
* To subtract, negate y and call add.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <machine/frame.h>
#include <machine/fsr.h>
-/* $OpenBSD: fpu_explode.c,v 1.10 2019/06/21 17:00:58 jca Exp $ */
+/* $OpenBSD: fpu_explode.c,v 1.11 2021/09/17 15:12:28 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
* into our internal format.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <machine/frame.h>
#include <machine/fsr.h>
-/* $OpenBSD: fpu_implode.c,v 1.6 2019/03/15 05:42:38 kevlo Exp $ */
+/* $OpenBSD: fpu_implode.c,v 1.7 2021/09/17 15:12:28 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
* `packed binary' format.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <machine/frame.h>
#include <machine/fsr.h>
-/* $OpenBSD: fpu_subr.c,v 1.3 2019/03/15 05:42:38 kevlo Exp $ */
+/* $OpenBSD: fpu_subr.c,v 1.4 2021/09/17 15:12:28 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
* FPU subroutines.
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <machine/frame.h>
#include <machine/fsr.h>