summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-27 13:41:19 -0700
committerRichard Linden <none@none>2013-08-27 13:41:19 -0700
commita7aed07a5b620977fb74e4070e432eef01d11d3c (patch)
treefad55eec609b298b066384e91ccf6425af8a53af /indra/newview
parent7ab616c18786afcb40ab0092fe6f8c6a3a799375 (diff)
broke out llunit.h into llunittype.h and llunits.h for unit declarations
changed unit declarations macros to make a lot more sense
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llappviewer.h2
-rwxr-xr-xindra/newview/llfasttimerview.h2
-rwxr-xr-xindra/newview/lltextureinfodetails.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index 6b16a96c11..d642d55b14 100755
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -32,7 +32,7 @@
#include "llsys.h" // for LLOSInfo
#include "lltimer.h"
#include "llappcorehttp.h"
-#include "llunit.h"
+#include "llunits.h"
class LLCommandLineParser;
class LLFrameTimer;
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h
index 8c2c939c5e..8c8eb99b59 100755
--- a/indra/newview/llfasttimerview.h
+++ b/indra/newview/llfasttimerview.h
@@ -29,7 +29,7 @@
#include "llfloater.h"
#include "llfasttimer.h"
-#include "llunit.h"
+#include "llunits.h"
#include "lltracerecording.h"
#include <deque>
diff --git a/indra/newview/lltextureinfodetails.h b/indra/newview/lltextureinfodetails.h
index 7cba87e5a8..a42c335035 100755
--- a/indra/newview/lltextureinfodetails.h
+++ b/indra/newview/lltextureinfodetails.h
@@ -28,7 +28,7 @@
#define LL_LLTEXTUREINFODETAILS_H
#include "lluuid.h"
-#include "llunit.h"
+#include "llunits.h"
struct LLTextureInfoDetails
{