]> git.mxchange.org Git - flightgear.git/commitdiff
.
authorcurt <curt>
Mon, 13 Jul 1998 20:58:02 +0000 (20:58 +0000)
committercurt <curt>
Mon, 13 Jul 1998 20:58:02 +0000 (20:58 +0000)
DEM/dem.cxx

index 52612143a3166fe9bda1422159792c1dd750a901..57a997367821bbe07b3059fb6a25289e3544c054 100644 (file)
@@ -29,9 +29,9 @@
 #endif
 
 #include <ctype.h>    // isspace()
+#include <stdlib.h>   // atoi()
 #include <math.h>     // rint()
 #include <stdio.h>
-#include <stdlib.h>   // atoi()
 #include <string.h>
 #include <sys/stat.h> // stat()
 #include <unistd.h>   // stat()
@@ -786,6 +786,9 @@ fgDEM::~fgDEM( void ) {
 
 
 // $Log$
+// Revision 1.10  1998/07/13 20:58:02  curt
+// .
+//
 // Revision 1.9  1998/07/13 15:29:49  curt
 // Added #ifdef HAVE_CONFIG_H
 //