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

master
Nat Goodspeed 2019-10-22 16:16:45 -04:00
parent d5a7ba6ce7
commit b610bdef78
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

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