From: curt Date: Thu, 22 Jan 1998 22:03:47 +0000 (+0000) Subject: Removed #include X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0f9abe48504f9375d764ed85bebe299e8966450;p=flightgear.git Removed #include --- diff --git a/LaRCsim/ls_interface.c b/LaRCsim/ls_interface.c index d5bf7f620..0ad6d134d 100644 --- a/LaRCsim/ls_interface.c +++ b/LaRCsim/ls_interface.c @@ -223,7 +223,7 @@ $Original log: LaRCsim.c,v $ --------------------------------------------------------------------------*/ #include -#include +/* #include */ #include #include #include @@ -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 + * * Revision 1.14 1998/01/19 19:27:04 curt * Merged in make system changes from Bob Kuehne * This should simplify things tremendously.