summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/lltimer.h')
-rw-r--r--indra/llcommon/lltimer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llcommon/lltimer.h b/indra/llcommon/lltimer.h
index 6f67e19c48..e6ea032514 100644
--- a/indra/llcommon/lltimer.h
+++ b/indra/llcommon/lltimer.h
@@ -10,12 +10,9 @@
#define LL_TIMER_H
#if LL_LINUX || LL_DARWIN
-# include <time.h>
-# include <sys/time.h>
+#include <sys/time.h>
#endif
-#include <list>
-
// units conversions
#ifndef USEC_PER_SEC
const U32 USEC_PER_SEC = 1000000;