diff --git a/indra/llcommon/llsingleton.h b/indra/llcommon/llsingleton.h index 163c08099f..7c81d65a8b 100644 --- a/indra/llcommon/llsingleton.h +++ b/indra/llcommon/llsingleton.h @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include "mutex.h" @@ -114,7 +113,7 @@ protected: // delegate logging calls to llsingleton.cpp public: - typedef std::initializer_list string_params; + typedef std::initializer_list string_params; protected: static void logerrs (const string_params&); static void logwarns (const string_params&);