]> git.mxchange.org Git - flightgear.git/commitdiff
Removed an unneeded include.
authorcurt <curt>
Thu, 25 Mar 1999 19:02:53 +0000 (19:02 +0000)
committercurt <curt>
Thu, 25 Mar 1999 19:02:53 +0000 (19:02 +0000)
Objects/fragment.hxx

index ce79e9c87ca118209387f38bd5aa5252ab74c614..042a4dcd17d79d5df9367f74c07999792fa5ae40 100644 (file)
@@ -45,7 +45,6 @@
 
 #include <vector>
 
-#include <Bucket/bucketutils.h>
 #include <Include/fg_constants.h>
 #include <Math/mat3.h>
 #include <Math/point3d.hxx>
@@ -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.