diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-16 12:23:39 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-16 12:23:39 -0500 |
commit | 85e142b949c83c674d316493ddaed71661e73066 (patch) | |
tree | 8dd81d4e0841d23db84b1658adce4cfb950a55ba /indra/newview/llagent.h | |
parent | 95cbf689f343ba4c0c352993273b5bb20812e36c (diff) |
Header file cleanup
Removed unnecessary headers from llagent.cpp. Alphabetized headers in llagent.h and llagent.cpp.
Trivial whitespace addition to llcallingcard.h
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 99a9bdd8e6..4162dfce1e 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -36,14 +36,13 @@ #include "indra_constants.h" #include "llevent.h" // LLObservable base class #include "llagentaccess.h" -#include "llagentaccess.h" #include "llagentconstants.h" -#include "llhudeffectpointat.h" // ELookAtType -#include "llhudeffectlookat.h" // EPointAtType -#include "llpointer.h" +#include "llagentdata.h" // gAgentID, gAgentSessionID #include "llcharacter.h" // LLAnimPauseRequest #include "llfollowcam.h" // Ventrella -#include "llagentdata.h" // gAgentID, gAgentSessionID +#include "llhudeffectlookat.h" // EPointAtType +#include "llhudeffectpointat.h" // ELookAtType +#include "llpointer.h" #include "lluicolor.h" #include "llvoavatardefines.h" |