summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-23 09:54:48 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-23 09:54:48 -0500
commit43b039dc7f83702fd2da9cb4fad64965d3f15f74 (patch)
tree9fd309597b267524f6bb2f976a142818dc533a23 /indra
parent48b20d8a2a9354469ad05b83e8b129d44ac1fdc3 (diff)
Clean up #includes in lualistener.h
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/lualistener.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/indra/llcommon/lualistener.h b/indra/llcommon/lualistener.h
index d70d500221..c13b7bbd5f 100644
--- a/indra/llcommon/lualistener.h
+++ b/indra/llcommon/lualistener.h
@@ -12,17 +12,13 @@
#if ! defined(LL_LUALISTENER_H)
#define LL_LUALISTENER_H
-#include "llevents.h"
#include "llinstancetracker.h"
#include "llsd.h"
#include "llthreadsafequeue.h"
-#include "lluuid.h"
-#include <iosfwd>
+#include <iosfwd> // std::ostream
#include <memory> // std::unique_ptr
-
-#ifdef LL_TEST
-#include "lleventfilter.h"
-#endif
+#include <string>
+#include <utility> // std::pair
struct lua_State;
class LLLeapListener;