summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingpathtool.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-28 15:37:55 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-28 15:37:55 -0700
commit685a672b74550ca0dbf8a816257c84c9c44fd34d (patch)
tree32111fe89d793ce9720940e7cd99afb52f660400 /indra/newview/llpathfindingpathtool.h
parentdf40282058b35e752ab9d7c60379c4e77b74410f (diff)
Cleaning up new files in preparation for merge into viewer-release.
Diffstat (limited to 'indra/newview/llpathfindingpathtool.h')
-rw-r--r--indra/newview/llpathfindingpathtool.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llpathfindingpathtool.h b/indra/newview/llpathfindingpathtool.h
index e0db87d1ed..97284265f1 100644
--- a/indra/newview/llpathfindingpathtool.h
+++ b/indra/newview/llpathfindingpathtool.h
@@ -27,13 +27,13 @@
#ifndef LL_LLPATHFINDINGPATHTOOL_H
#define LL_LLPATHFINDINGPATHTOOL_H
-#include "llsingleton.h"
-#include "lltool.h"
-#include "llpathinglib.h"
-
#include <boost/function.hpp>
#include <boost/signals2.hpp>
+#include "llpathinglib.h"
+#include "llsingleton.h"
+#include "lltool.h"
+
class LLPathfindingPathTool : public LLTool, public LLSingleton<LLPathfindingPathTool>
{
public: