From: curt Date: Sat, 27 Jun 1998 16:55:24 +0000 (+0000) Subject: Changed include order for X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57ce8bc91232b63584bf7b20822d596381074f8b;p=flightgear.git Changed include order for --- diff --git a/FixNode/main.cxx b/FixNode/main.cxx index 2952d0cf8..9a3d3b32d 100644 --- a/FixNode/main.cxx +++ b/FixNode/main.cxx @@ -24,10 +24,10 @@ // +#include #include #include #include -#include #ifdef HAVE_STDLIB_H # include @@ -108,6 +108,9 @@ int main(int argc, char **argv) { // $Log$ +// Revision 1.4 1998/06/27 16:55:24 curt +// Changed include order for +// // Revision 1.3 1998/04/26 05:02:06 curt // Added #ifdef HAVE_STDLIB_H //