diff --git a/Lib/Bucket/newbucket.hxx b/Lib/Bucket/newbucket.hxx index 6871b3ee..743c81d6 100644 --- a/Lib/Bucket/newbucket.hxx +++ b/Lib/Bucket/newbucket.hxx @@ -28,27 +28,24 @@ #include -#include STL_STRING - #ifdef FG_HAVE_STD_INCLUDES +# include # include // sprintf() # include #else +# include # include // sprintf() # include #endif +#include STL_STRING + FG_USING_STD(string); #if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS ) FG_USING_STD(ostream); #endif -#ifdef __MWERKS__ -#include -#include -#endif - #include