]> git.mxchange.org Git - flightgear.git/commitdiff
Removed #include <sys/stat.h>
authorcurt <curt>
Thu, 22 Jan 1998 22:03:47 +0000 (22:03 +0000)
committercurt <curt>
Thu, 22 Jan 1998 22:03:47 +0000 (22:03 +0000)
LaRCsim/ls_interface.c

index d5bf7f620256cdf385adbe7ba8ecdf2491a3007a..0ad6d134de8c22e227ddf68355d4ef11a2d2f248 100644 (file)
@@ -223,7 +223,7 @@ $Original log: LaRCsim.c,v $
 --------------------------------------------------------------------------*/
 
 #include <sys/types.h>
-#include <sys/stat.h>
+/* #include <sys/stat.h> */
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
@@ -915,6 +915,9 @@ int fgLaRCsim_2_Flight (struct fgFLIGHT *f) {
 /* Flight Gear Modification Log
  *
  * $Log$
+ * Revision 1.15  1998/01/22 22:03:47  curt
+ * Removed #include <sys/stat.h>
+ *
  * Revision 1.14  1998/01/19 19:27:04  curt
  * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
  * This should simplify things tremendously.