summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2012-01-27 16:12:50 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2012-01-27 16:12:50 -0500
commita0bab1952bfe09be49164bad0ab7205735109395 (patch)
tree562b324769b7c7aa6f3f5ef1cfeb24e45886de33 /indra/newview
parentde468db614a26ba1d8706a3448cf840d938a8d5b (diff)
BUILDFIX header file capitalization
Will clean this up to be more in line with our standards later
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewer.cpp2
-rw-r--r--indra/newview/llmeshrepository.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 85e6cd3d3f..172eb834b4 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/llmeshrepository.h b/indra/newview/llmeshrepository.h
index 31b84ea0d9..27e8aef57c 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;