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/llfloaterpathfindingobjects.cpp | |
parent | 3c2be426e5e905076d00b9492c0e66c8b31caf19 (diff) |
Cleaning up some unreferenced headers and classes definitions from previous refactoring.
Diffstat (limited to 'indra/newview/llfloaterpathfindingobjects.cpp')
-rw-r--r-- | indra/newview/llfloaterpathfindingobjects.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfloaterpathfindingobjects.cpp b/indra/newview/llfloaterpathfindingobjects.cpp index 3b3de3f417..e8d80c09d8 100644 --- a/indra/newview/llfloaterpathfindingobjects.cpp +++ b/indra/newview/llfloaterpathfindingobjects.cpp @@ -34,14 +34,10 @@ #include <boost/bind.hpp> #include <boost/signals2.hpp> -#include "v4color.h" - #include "llagent.h" #include "llbutton.h" #include "llcheckboxctrl.h" -#include "llcombobox.h" #include "llenvmanager.h" -#include "lllineeditor.h" #include "llfloater.h" #include "llpathfindingmanager.h" #include "llresmgr.h" @@ -57,6 +53,7 @@ #include "llviewerobject.h" #include "llviewerobjectlist.h" #include "llviewerregion.h" +#include "v4color.h" #define DEFAULT_BEACON_WIDTH 6 |