patch-2.4.19 linux-2.4.19/include/math-emu/soft-fp.h
Next file: linux-2.4.19/include/net/bluetooth/bluetooth.h
Previous file: linux-2.4.19/include/math-emu/op-common.h
Back to the patch index
Back to the overall index
-  Lines: 17
 -  Date:
Fri Aug  2 17:39:46 2002
 -  Orig file: 
linux-2.4.18/include/math-emu/soft-fp.h
 -  Orig date: 
Mon Feb 25 11:38:13 2002
 
diff -urN linux-2.4.18/include/math-emu/soft-fp.h linux-2.4.19/include/math-emu/soft-fp.h
@@ -154,11 +154,11 @@
 
 #define _FP_CLS_COMBINE(x,y)	(((x) << 2) | (y))
 
-#include "op-1.h"
-#include "op-2.h"
-#include "op-4.h"
-#include "op-8.h"
-#include "op-common.h"
+#include <math-emu/op-1.h>
+#include <math-emu/op-2.h>
+#include <math-emu/op-4.h>
+#include <math-emu/op-8.h>
+#include <math-emu/op-common.h>
 
 /* Sigh.  Silly things longlong.h needs.  */
 #define UWtype		_FP_W_TYPE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)