make kernel includes standard
[unix-history] / usr / src / sys / sparc / fpu / fpu_sqrt.c
index 20622f0..4a8b559 100644 (file)
@@ -13,7 +13,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_sqrt.c  7.2 (Berkeley) %G%
+ *     @(#)fpu_sqrt.c  7.3 (Berkeley) %G%
  *
  * from: $Header: fpu_sqrt.c,v 1.2 92/06/17 05:41:34 torek Exp $
  */
  *
  * from: $Header: fpu_sqrt.c,v 1.2 92/06/17 05:41:34 torek Exp $
  */
  * Perform an FPU square root (return sqrt(x)).
  */
 
  * Perform an FPU square root (return sqrt(x)).
  */
 
-#include "sys/types.h"
+#include <sys/types.h>
 
 
-#include "machine/reg.h"
+#include <machine/reg.h>
 
 
-#include "fpu_arith.h"
-#include "fpu_emu.h"
+#include <sparc/fpu/fpu_arith.h>
+#include <sparc/fpu/fpu_emu.h>
 
 /*
  * Our task is to calculate the square root of a floating point number x0.
 
 /*
  * Our task is to calculate the square root of a floating point number x0.