From 233a2fd1e4997491efbc8e67f679dea394270e61 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Thu, 17 Dec 2020 15:11:58 -0500 Subject: [PATCH] Revert "Globally include absl str_format header" This reverts commit e1bf5b072cd058a66f94b807760f7ac2041adc41. --- indra/llcommon/llformat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/llcommon/llformat.h b/indra/llcommon/llformat.h index 501b7aad2d9..fb8e7cd0456 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; // -- GitLab