diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-06 18:59:44 +0000 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-06 18:59:44 +0000 |
| commit | 4c7ae59996c2743152928abd81831a2ab5e788b6 (patch) | |
| tree | 859da5352251011da9b194a5c7caaa20f6330125 /indra/llcommon/llapp.cpp | |
| parent | dfdd4a5e7ca9f8f95cb8d6739176d2aeb826baca (diff) | |
move LLEventTimer into its own source module. everyone includes it, almost no-one wants it. now I can dick with it a bit without rebuilding the world, at least. :)
Diffstat (limited to 'indra/llcommon/llapp.cpp')
| -rw-r--r-- | indra/llcommon/llapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index 968b92d1e7..6b2d1b7c20 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -41,7 +41,7 @@ #include "lllivefile.h" #include "llmemory.h" #include "llstl.h" // for DeletePointer() -#include "lltimer.h" +#include "lleventtimer.h" // // Signal handling |
