From a67d2dd1a4c490eae337ae930eac98c714033711 Mon Sep 17 00:00:00 2001 From: James Cook <james@lindenlab.com> Date: Tue, 8 Sep 2009 22:09:11 +0000 Subject: [PATCH] Remove llfasttimer.h from linden_common.h, not necessary and adds 15K lines of header code to every library .cpp file. --- indra/llcommon/linden_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/llcommon/linden_common.h b/indra/llcommon/linden_common.h index 9adf24a4926..8687a246558 100644 --- a/indra/llcommon/linden_common.h +++ b/indra/llcommon/linden_common.h @@ -87,7 +87,8 @@ #include "lldefs.h" #include "llerror.h" #include "llextendedstatus.h" -#include "llfasttimer.h" +// Don't do this, adds 15K lines of header code to every library file. +//#include "llfasttimer.h" #include "llfile.h" #include "llformat.h" -- GitLab