diff options
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 2 | ||||
-rw-r--r-- | indra/newview/llnavmeshstation.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 | ||||
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index d51f427c4e..772f42860f 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -40,7 +40,7 @@ #include "llnavmeshstation.h"
#include "llviewerregion.h"
-#include "llpathinglib.h"
+#include "llphysicsextensions.h"
#define XUI_RENDER_OVERLAY_ON_FIXED_PHYSICS_GEOMETRY 1
#define XUI_RENDER_OVERLAY_ON_ALL_RENDERABLE_GEOMETRY 2
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index ed63a669ea..c46fead91b 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -30,7 +30,7 @@ #include "llfloater.h"
#include "llnavmeshstation.h"
-#include "llpathinglib.h"
+#include "llphysicsextensions.h"
#include "llcheckboxctrl.h"
class LLSD;
diff --git a/indra/newview/llnavmeshstation.cpp b/indra/newview/llnavmeshstation.cpp index 90ae38b715..586ed4715d 100644 --- a/indra/newview/llnavmeshstation.cpp +++ b/indra/newview/llnavmeshstation.cpp @@ -27,7 +27,7 @@ #include "llviewerprecompiledheaders.h" #include "llnavmeshstation.h" #include "llcurl.h" -#include "llpathinglib.h" +#include "llphysicsextensions.h"
#include "llagent.h" #include "llviewerregion.h" #include "llsdutil.h" diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 8549306ffb..d2da940260 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -77,7 +77,7 @@ #include "llwlparammanager.h"
#include "llwaterparammanager.h"
#include "llpostprocess.h"
-#include "llpathinglib.h"
+#include "llphysicsextensions.h"
#include "llfloaterpathfindingconsole.h"
#include "llfloaterreg.h"
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 8ef4743996..4f34520924 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -203,7 +203,7 @@ #include "llwindowlistener.h"
#include "llviewerwindowlistener.h"
#include "llpaneltopinfobar.h"
-#include "llpathinglib.h"
+#include "llphysicsextensions.h"
#include "llfloaterpathfindingconsole.h"
#if LL_WINDOWS
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index d8c6e61430..61ec02c4e2 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 "llphysicsextensions.h"
#ifdef _DEBUG
// Debug indices is disabled for now for debug performance - djs 4/24/02
|