diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-13 10:37:25 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-13 10:37:25 -0700 |
commit | f1109baffa7619750807a9e9d23e47c7f1d8f77a (patch) | |
tree | b4d345e81d09bd0dc121ca406a966144963a5778 /indra | |
parent | a8d5d6f45e34ff965fd9adc1d9824eb2840171a3 (diff) |
Removing an unreferenced .h file and replacing it with a more specific one.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llagent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 9d23d439fa..9fb66fe630 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -88,7 +88,7 @@ #include "llworld.h" #include "llworldmap.h" #include "stringize.h" -#include "llfloaterpathfindingconsole.h" +#include "LLPathingLib.h" using namespace LLVOAvatarDefines; |