From: curt Date: Thu, 25 Mar 1999 19:02:53 +0000 (+0000) Subject: Removed an unneeded include. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ef9585ac06b68b20d9d883c1959ce913a669ccb;p=flightgear.git Removed an unneeded include. --- diff --git a/Objects/fragment.hxx b/Objects/fragment.hxx index ce79e9c87..042a4dcd1 100644 --- a/Objects/fragment.hxx +++ b/Objects/fragment.hxx @@ -45,7 +45,6 @@ #include -#include #include #include #include @@ -176,6 +175,9 @@ operator == ( const fgFRAGMENT & lhs, const fgFRAGMENT & rhs ) { // $Log$ +// Revision 1.11 1999/03/25 19:02:53 curt +// Removed an unneeded include. +// // Revision 1.10 1999/03/15 17:59:12 curt // MSVC++ portability tweaks contributed by Bernie Bright. // Un-nested struct fgFace.