diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-30 19:39:08 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-30 19:39:08 -0700 |
commit | 3352a1eac15f752535b636866eeb966ec3900c62 (patch) | |
tree | 5d9502cec29d56ab85add768a26ab1626cef261b /indra/newview/llpathfindingobject.h | |
parent | 3c2be426e5e905076d00b9492c0e66c8b31caf19 (diff) |
Cleaning up some unreferenced headers and classes definitions from previous refactoring.
Diffstat (limited to 'indra/newview/llpathfindingobject.h')
-rw-r--r-- | indra/newview/llpathfindingobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpathfindingobject.h b/indra/newview/llpathfindingobject.h index 9dc114b40f..880a3a6864 100644 --- a/indra/newview/llpathfindingobject.h +++ b/indra/newview/llpathfindingobject.h @@ -27,9 +27,9 @@ #ifndef LL_LLPATHFINDINGOBJECT_H #define LL_LLPATHFINDINGOBJECT_H -#include "v3math.h" #include "llavatarname.h" #include "lluuid.h" +#include "v3math.h" #include <string> @@ -60,7 +60,7 @@ public: protected: private: - void parseObjectData(const LLSD &pObjectData); + void parseObjectData(const LLSD &pObjectData); LLUUID mUUID; std::string mName; |