summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltimer.h
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/llcommon/lltimer.h
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/llcommon/lltimer.h')
-rwxr-xr-xindra/llcommon/lltimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltimer.h b/indra/llcommon/lltimer.h
index 8b3930e2fa..4e58102094 100755
--- a/indra/llcommon/lltimer.h
+++ b/indra/llcommon/lltimer.h
@@ -37,7 +37,7 @@
#include <string>
#include <list>
// units conversions
-#include "llunit.h"
+#include "llunits.h"
#ifndef USEC_PER_SEC
const U32 USEC_PER_SEC = 1000000;
#endif