diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-01-27 16:12:50 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-01-27 16:12:50 -0500 |
commit | a0bab1952bfe09be49164bad0ab7205735109395 (patch) | |
tree | 562b324769b7c7aa6f3f5ef1cfeb24e45886de33 /indra/newview/llappviewer.cpp | |
parent | de468db614a26ba1d8706a3448cf840d938a8d5b (diff) |
BUILDFIX header file capitalization
Will clean this up to be more in line with our standards later
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 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" |