diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-22 13:51:47 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-22 13:51:47 -0800 |
commit | 362d305af20f6bfd477a48a9699dc8eebe9be552 (patch) | |
tree | c3be252819278884f98cae324603827772179d94 /indra/newview/llfloaterpathfindingbasic.cpp | |
parent | 95aa437160ef732d584868a7d37cbe55d5959fa0 (diff) |
Correcting a minor typo in the comments and removing an unused header file from inclusion.
Diffstat (limited to 'indra/newview/llfloaterpathfindingbasic.cpp')
-rw-r--r-- | indra/newview/llfloaterpathfindingbasic.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpathfindingbasic.cpp b/indra/newview/llfloaterpathfindingbasic.cpp index 654189d4ef..04d830632d 100644 --- a/indra/newview/llfloaterpathfindingbasic.cpp +++ b/indra/newview/llfloaterpathfindingbasic.cpp @@ -1,7 +1,7 @@ /**
* @file llfloaterpathfindingbasic.cpp
* @author William Todd Stinson
-* @brief "Pathfinding basic" floater, allowing for basic freezing and unfreezing of the pathfinding avator mode.
+* @brief "Pathfinding basic" floater, allowing for basic freezing and unfreezing of the pathfinding avatar mode.
*
* $LicenseInfo:firstyear=2002&license=viewerlgpl$
* Second Life Viewer Source Code
@@ -33,7 +33,6 @@ #include "llpathfindingmanager.h"
#include <boost/bind.hpp>
-#include <boost/function.hpp>
//---------------------------------------------------------------------------
// LLFloaterPathfindingBasic
|