DRTVWR-476: Defer #include "lleventtimer.h" until lleventfilter.cpp.

master
Nat Goodspeed 2019-10-22 16:16:45 -04:00
parent aaae44788d
commit 5ec81cf0f7
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
#include "llerror.h" // LL_ERRS
#include "llsdutil.h" // llsd_matches()
#include "stringize.h"
#include "lleventtimer.h"
#include "lldate.h"
/*****************************************************************************

View File

@ -33,9 +33,9 @@
#include "stdtypes.h"
#include "lltimer.h"
#include "llsdutil.h"
#include "lleventtimer.h"
#include <boost/function.hpp>
class LLEventTimer;
class LLDate;
/**