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/llpathfindingmanager.cpp | |
parent | 3c2be426e5e905076d00b9492c0e66c8b31caf19 (diff) |
Cleaning up some unreferenced headers and classes definitions from previous refactoring.
Diffstat (limited to 'indra/newview/llpathfindingmanager.cpp')
-rw-r--r-- | indra/newview/llpathfindingmanager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llpathfindingmanager.cpp b/indra/newview/llpathfindingmanager.cpp index b8b9dff51c..e282a3e2f4 100644 --- a/indra/newview/llpathfindingmanager.cpp +++ b/indra/newview/llpathfindingmanager.cpp @@ -30,7 +30,7 @@ #include "llpathfindingmanager.h" #include <string> -#include <vector> +#include <map> #include <boost/function.hpp> #include <boost/signals2.hpp> @@ -39,14 +39,12 @@ #include "llhttpclient.h" #include "llhttpnode.h" #include "llnotificationsutil.h" -#include "llpathfindingcharacter.h" #include "llpathfindingcharacterlist.h" #include "llpathfindinglinkset.h" #include "llpathfindinglinksetlist.h" #include "llpathfindingnavmesh.h" #include "llpathfindingnavmeshstatus.h" #include "llpathfindingobject.h" -#include "llpathfindinglinksetlist.h" #include "llsingleton.h" #include "llsd.h" #include "lltrans.h" |