From 10af340aa35b3dcdc0c00a03743d33f33e627ad7 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 28 Mar 2024 07:08:36 -0400 Subject: Clean up unused llevents.h #includes. --- indra/llcommon/llevents.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h index 77a405871d..c1b752a143 100644 --- a/indra/llcommon/llevents.h +++ b/indra/llcommon/llevents.h @@ -48,27 +48,13 @@ #pragma warning (pop) #endif -#include -#include // noncopyable #include -#include -#include // reference_wrapper -#include -#include #include "llsd.h" #include "llsingleton.h" #include "lldependencies.h" -#include "llstl.h" #include "llexception.h" #include "llhandle.h" -/*==========================================================================*| -// override this to allow binding free functions with more parameters -#ifndef LLEVENTS_LISTENER_ARITY -#define LLEVENTS_LISTENER_ARITY 10 -#endif -|*==========================================================================*/ - // hack for testing #ifndef testable #define testable private -- cgit v1.2.3