diff options
Diffstat (limited to 'indra/llcommon/llcommon.h')
-rw-r--r-- | indra/llcommon/llcommon.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/llcommon/llcommon.h b/indra/llcommon/llcommon.h index 5f77988336..b36471f9f8 100644 --- a/indra/llcommon/llcommon.h +++ b/indra/llcommon/llcommon.h @@ -32,13 +32,12 @@ #ifndef LL_COMMON_H #define LL_COMMON_H -#include "llmemory.h" +// *TODO: remove these? #include "llapr.h" -// #include "llframecallbackmanager.h" #include "lltimer.h" #include "llfile.h" -class LLCommon +class LL_COMMON_API LLCommon { public: static void initClass(); |