diff options
author | James Cook <james@lindenlab.com> | 2009-09-08 22:09:11 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-09-08 22:09:11 +0000 |
commit | a67d2dd1a4c490eae337ae930eac98c714033711 (patch) | |
tree | e5d22f4b6fa940e794effe95b0daadc7e6fea6cd /indra/llcommon/linden_common.h | |
parent | 2ed83382a1dd84575536c16e248a602ba96755cd (diff) |
Remove llfasttimer.h from linden_common.h, not necessary and adds 15K lines of header code to every library .cpp file.
Diffstat (limited to 'indra/llcommon/linden_common.h')
-rw-r--r-- | indra/llcommon/linden_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/linden_common.h b/indra/llcommon/linden_common.h index 9adf24a492..8687a24655 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" |