From b610bdef78a8cda24ff55e06e7f3dfd2ab15a281 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 22 Oct 2019 16:16:45 -0400 Subject: [PATCH] DRTVWR-476: Defer #include "lleventtimer.h" until lleventfilter.cpp. --- indra/llcommon/lleventfilter.cpp | 1 + indra/llcommon/lleventfilter.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/llcommon/lleventfilter.cpp b/indra/llcommon/lleventfilter.cpp index ae35fb9c8e..4cded7f88e 100644 --- a/indra/llcommon/lleventfilter.cpp +++ b/indra/llcommon/lleventfilter.cpp @@ -38,6 +38,7 @@ #include "llerror.h" // LL_ERRS #include "llsdutil.h" // llsd_matches() #include "stringize.h" +#include "lleventtimer.h" #include "lldate.h" /***************************************************************************** diff --git a/indra/llcommon/lleventfilter.h b/indra/llcommon/lleventfilter.h index 2e5d7bc825..f8df9dd63e 100644 --- a/indra/llcommon/lleventfilter.h +++ b/indra/llcommon/lleventfilter.h @@ -32,9 +32,9 @@ #include "llevents.h" #include "stdtypes.h" #include "lltimer.h" -#include "lleventtimer.h" #include +class LLEventTimer; class LLDate; /**