diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 16:03:33 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-18 16:03:33 -0700 |
commit | 1cdef4903daea1622923550b1328b659a594b029 (patch) | |
tree | 5e51aebd5be3f30fc4c7fed394488e72482130f7 /indra/newview | |
parent | db7ad38170d957ce4caed2cd1686e53a51c41138 (diff) |
Updating to the latest llphysicextensions pre-built package with the now lowercased version of the header file names.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 2 | ||||
-rw-r--r-- | indra/newview/llmeshrepository.h | 2 | ||||
-rw-r--r-- | indra/newview/llpathfindingnavmeshzone.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llpathfindingpathtool.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llpathfindingpathtool.h | 2 | ||||
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c1217fc402..b7afea89ce 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -106,7 +106,7 @@ #include "llvfsthread.h" #include "llvolumemgr.h" #include "llxfermanager.h" -#include "LLPhysicsExtensions.h" +#include "llphysicsextensions.h" #include "llnotificationmanager.h" #include "llnotifications.h" diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index fec26f9722..59f72edc61 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -48,7 +48,7 @@ #include "lltoolmgr.h"
#include "lltoolfocus.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#define XUI_RENDER_HEATMAP_NONE 0
#define XUI_RENDER_HEATMAP_A 1
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 7e0f8a4eaa..ff8a1d5517 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -30,7 +30,7 @@ #include "llfloater.h"
#include "llhandle.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include "llpathfindingmanager.h"
#include "llpathfindingnavmeshzone.h"
#include "llpathfindingpathtool.h"
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 4139b9725b..da81bb057b 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -35,7 +35,7 @@ #define LLCONVEXDECOMPINTER_STATIC 1 -#include "LLConvexDecomposition.h" +#include "llconvexdecomposition.h" #include "lluploadfloaterobservers.h" class LLVOVolume; diff --git a/indra/newview/llpathfindingnavmeshzone.cpp b/indra/newview/llpathfindingnavmeshzone.cpp index 4f8ca39987..9c7b493701 100644 --- a/indra/newview/llpathfindingnavmeshzone.cpp +++ b/indra/newview/llpathfindingnavmeshzone.cpp @@ -35,7 +35,7 @@ #include "llpathfindingmanager.h" #include "llviewercontrol.h" -#include "LLPathingLib.h" +#include "llpathinglib.h" #include <string> #include <vector> diff --git a/indra/newview/llpathfindingpathtool.cpp b/indra/newview/llpathfindingpathtool.cpp index 23fdd43b0b..04ea400090 100644 --- a/indra/newview/llpathfindingpathtool.cpp +++ b/indra/newview/llpathfindingpathtool.cpp @@ -32,7 +32,7 @@ #include "llviewerwindow.h"
#include "llviewercamera.h"
#include "llpathfindingmanager.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include <boost/function.hpp>
#include <boost/signals2.hpp>
diff --git a/indra/newview/llpathfindingpathtool.h b/indra/newview/llpathfindingpathtool.h index fd55dd8335..492304e4a4 100644 --- a/indra/newview/llpathfindingpathtool.h +++ b/indra/newview/llpathfindingpathtool.h @@ -30,7 +30,7 @@ #include "llsingleton.h"
#include "lltool.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include <boost/function.hpp>
#include <boost/signals2.hpp>
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index f069c1f06a..9120d0efa2 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -104,7 +104,7 @@ #include "lltoolpie.h"
#include "llcurl.h"
#include "llnotifications.h"
-#include "LLPathingLib.h"
+#include "llpathinglib.h"
#include "llfloaterpathfindingconsole.h"
#include "llpathfindingpathtool.h"
|