diff --git a/indra/llcommon/llformat.h b/indra/llcommon/llformat.h index 501b7aad2d94aa3404f2865089ee13a0077176f8..fb8e7cd0456c1381d80f4b8e3e3be092a412bf2f 100644 --- a/indra/llcommon/llformat.h +++ b/indra/llcommon/llformat.h @@ -28,8 +28,6 @@ #ifndef LL_LLFORMAT_H #define LL_LLFORMAT_H -#include "absl/strings/str_format.h" - // Use as follows: // LL_INFOS() << llformat("Test:%d (%.2f %.2f)", idx, x, y) << LL_ENDL; //