Optimize this too!
parent
88e5cb7f04
commit
54dad8b4d1
|
|
@ -28,11 +28,8 @@
|
|||
#ifndef ANIMATIONEXPLORER_H
|
||||
#define ANIMATIONEXPLORER_H
|
||||
|
||||
#include <deque>
|
||||
|
||||
#include "llfloater.h"
|
||||
#include "llfloaterbvhpreview.h" // for LLPreviewAnimation
|
||||
#include "llscrolllistitem.h"
|
||||
#include "llsingleton.h"
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
#include "llassettype.h"
|
||||
#include "lleventtimer.h"
|
||||
#include "llsingleton.h"
|
||||
#include "lluuid.h"
|
||||
|
||||
// NaCl - feex
|
||||
#include "llextendedstatus.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#ifndef AOSET_H
|
||||
#define AOSET_H
|
||||
|
||||
#include "llcommon.h"
|
||||
#include "lleventtimer.h"
|
||||
|
||||
class AOSet
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
#include "llnotifications.h"
|
||||
#include "growlnotifier.h"
|
||||
#include "lleventtimer.h"
|
||||
#include <map>
|
||||
|
||||
struct GrowlNotification
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,16 +32,20 @@
|
|||
|
||||
#include "lltransientdockablefloater.h"
|
||||
#include "llwlparamset.h"
|
||||
#include "llmultisliderctrl.h"
|
||||
#include "llcombobox.h"
|
||||
#include "rlvdefines.h"
|
||||
|
||||
const std::string PHOTOTOOLS_FLOATER = "phototools";
|
||||
|
||||
// <FS:Zi> Dynamic quick prefs
|
||||
class LLLayoutStack;
|
||||
class LLCheckBoxCtrl;
|
||||
class LLComboBox;
|
||||
class LLLayoutPanel;
|
||||
class LLLayoutStack;
|
||||
class LLLineEditor;
|
||||
class LLMultiSliderCtrl;
|
||||
class LLSlider;
|
||||
class LLSpinCtrl;
|
||||
class LLTextBox;
|
||||
// </FS:Zi>
|
||||
|
||||
#define PRESET_NAME_REGION_DEFAULT "__Regiondefault__"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "lleventtimer.h"
|
||||
#include "llsingleton.h"
|
||||
#include "lluuid.h"
|
||||
|
||||
class LLButton;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue