diff options
author | Richard Linden <none@none> | 2012-02-01 16:39:27 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-01 16:39:27 -0800 |
commit | d32c1c28b4e2add4e51361d13356b6638c6f0817 (patch) | |
tree | d7dae448675e7ac313244460eb76a109f940e893 /indra/llcommon | |
parent | 5a14a67e060e7f325025e924c83489cfa236e3dc (diff) |
cleaned up linden_common.h, removing stuff that is mostly unused
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/linden_common.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/llcommon/linden_common.h b/indra/llcommon/linden_common.h index 2e4885403e..5cfcdab41c 100644 --- a/indra/llcommon/linden_common.h +++ b/indra/llcommon/linden_common.h @@ -52,22 +52,11 @@ #include <ctime> #include <iosfwd> -// *TODO: Eliminate these, most library .cpp files don't need them. -// Add them to llviewerprecompiledheaders.h if necessary. -//#include <list> -//#include <map> -//#include <vector> -//#include <string> - // Linden only libs in alpha-order other than stdtypes.h // *NOTE: Please keep includes here to a minimum, see above. #include "stdtypes.h" #include "lldefs.h" #include "llerror.h" -#include "llextendedstatus.h" -// Don't do this, adds 15K lines of header code to every library file. -//#include "llfasttimer.h" #include "llfile.h" -#include "llformat.h" #endif |