diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-03 05:50:31 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-03 05:50:31 -0400 |
commit | e575a0ef04ed35ccdf4c0de50baecfc460b6c707 (patch) | |
tree | 927c3e9304edb7408eb81c1c1a591fa978db1b79 /indra/newview/llpathfindingobject.h | |
parent | d59715d6f1028f86827f1bd7b43c29abe697fcc9 (diff) | |
parent | 770d8b0d01d3dabeccded0df3a06058f6196d829 (diff) |
merge up to latest pathfinding project viewer
Diffstat (limited to 'indra/newview/llpathfindingobject.h')
-rw-r--r-- | indra/newview/llpathfindingobject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llpathfindingobject.h b/indra/newview/llpathfindingobject.h index 924ea3f298..4b2d546bb1 100644 --- a/indra/newview/llpathfindingobject.h +++ b/indra/newview/llpathfindingobject.h @@ -27,14 +27,14 @@ #ifndef LL_LLPATHFINDINGOBJECT_H #define LL_LLPATHFINDINGOBJECT_H -#include "llavatarname.h" -#include "lluuid.h" -#include "v3math.h" - #include <string> #include <boost/shared_ptr.hpp> +#include "llavatarname.h" +#include "lluuid.h" +#include "v3math.h" + class LLPathfindingObject; class LLSD; |