diff options
author | Richard Linden <none@none> | 2013-08-27 13:41:19 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-27 13:41:19 -0700 |
commit | a7aed07a5b620977fb74e4070e432eef01d11d3c (patch) | |
tree | fad55eec609b298b066384e91ccf6425af8a53af /indra/newview/lltextureinfodetails.h | |
parent | 7ab616c18786afcb40ab0092fe6f8c6a3a799375 (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/lltextureinfodetails.h')
-rwxr-xr-x | indra/newview/lltextureinfodetails.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |