Update the rest of the LLEventTimer users to #include lleventtimer.h. I think.
parent
4c7ae59996
commit
ec0dd8968c
|
|
@ -40,6 +40,7 @@
|
|||
#include "lluictrlfactory.h"
|
||||
#include "lltexteditor.h"
|
||||
#include "llerrorcontrol.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "llviewertexturelist.h"
|
||||
#include "llgroupmgr.h"
|
||||
#include "llagent.h"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#include "llallocator.h"
|
||||
#include "llcontrol.h"
|
||||
#include "llsys.h" // for LLOSInfo
|
||||
#include "lltimer.h"
|
||||
|
||||
class LLCommandLineParser;
|
||||
class LLFrameTimer;
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#include "llagent.h"
|
||||
#include "llavataractions.h"
|
||||
#include "llbottomtray.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "llgroupactions.h"
|
||||
#include "lliconctrl.h"
|
||||
#include "llimfloater.h"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "llhttpclient.h"
|
||||
#include "llhttpstatuscodes.h"
|
||||
#include "llsdserialize.h"
|
||||
#include "lltimer.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "llviewerregion.h"
|
||||
#include "message.h"
|
||||
#include "lltrans.h"
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
#include "llmenucommands.h"
|
||||
#include "llviewercontrol.h"
|
||||
#include "llviewermessage.h"
|
||||
#include "lltimer.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "lltextbox.h"
|
||||
#include "llvoiceclient.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
#include "llfloateruipreview.h" // Own header
|
||||
|
||||
// Internal utility
|
||||
#include "lleventtimer.h"
|
||||
#include "llrender.h"
|
||||
#include "llsdutil.h"
|
||||
#include "llxmltree.h"
|
||||
|
|
@ -91,7 +92,6 @@ static std::string get_xui_dir()
|
|||
}
|
||||
|
||||
// Forward declarations to avoid header dependencies
|
||||
class LLEventTimer;
|
||||
class LLColor;
|
||||
class LLScrollListCtrl;
|
||||
class LLComboBox;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#include <queue>
|
||||
#include "llrefcount.h"
|
||||
#include "llpointer.h"
|
||||
#include "lltimer.h"
|
||||
#include "lleventtimer.h"
|
||||
|
||||
|
||||
// Link seam for LLVOVolume
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#include "llfloaterreg.h"
|
||||
#include "llmenugl.h"
|
||||
#include "llnotificationsutil.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "llfiltereditor.h"
|
||||
#include "lltabcontainer.h"
|
||||
#include "lluictrlfactory.h"
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
#define LL_LLSPEAKERS_H
|
||||
|
||||
#include "llevent.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "llspeakers.h"
|
||||
#include "llvoicechannel.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
#include "llavataractions.h"
|
||||
#include "lscript_byteformat.h"
|
||||
#include "lleconomy.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "llfloaterreg.h"
|
||||
#include "llfollowcamparams.h"
|
||||
#include "llregionhandle.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#ifndef LLVIEWERPARCELMEDIAAUTOPLAY_H
|
||||
#define LLVIEWERPARCELMEDIAAUTOPLAY_H
|
||||
|
||||
#include "lltimer.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "lluuid.h"
|
||||
|
||||
// timer to automatically play media
|
||||
|
|
|
|||
Loading…
Reference in New Issue