Stupid headers -.- workaround
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
|
||||
#include <csetjmp>
|
||||
|
||||
#include "llimage.h"
|
||||
|
||||
extern "C" {
|
||||
#ifdef LL_STANDALONE
|
||||
# include <jpeglib.h>
|
||||
@@ -47,6 +45,8 @@ extern "C" {
|
||||
#endif
|
||||
}
|
||||
|
||||
#include "llimage.h"
|
||||
|
||||
class LLImageJPEG : public LLImageFormatted
|
||||
{
|
||||
protected:
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
|
||||
#include "llviewerprecompiledheaders.h"
|
||||
|
||||
#include "llimagejpeg.h"
|
||||
#include "llfloatercustomize.h"
|
||||
#include "llfontgl.h"
|
||||
#include "llbutton.h"
|
||||
@@ -71,7 +72,6 @@
|
||||
#include "llglheaders.h"
|
||||
#include "llui.h"
|
||||
#include "llviewermessage.h"
|
||||
#include "llimagejpeg.h"
|
||||
#include "llviewercontrol.h"
|
||||
#include "lluictrlfactory.h"
|
||||
|
||||
|
||||
@@ -33,12 +33,12 @@
|
||||
#ifndef LL_LLFLOATERPOSTCARD_H
|
||||
#define LL_LLFLOATERPOSTCARD_H
|
||||
|
||||
#include "llimagegl.h"
|
||||
#include "llimagejpeg.h"
|
||||
#include "llfloater.h"
|
||||
#include "llcheckboxctrl.h"
|
||||
|
||||
#include "llmemory.h"
|
||||
#include "llimagegl.h"
|
||||
#include "llimagejpeg.h"
|
||||
|
||||
class LLTextEditor;
|
||||
class LLLineEditor;
|
||||
|
||||
@@ -37,6 +37,10 @@
|
||||
// project includes
|
||||
#include "llagent.h"
|
||||
|
||||
#include "llimagejpeg.h"
|
||||
#include "llimagepng.h"
|
||||
#include "llimagebmp.h"
|
||||
|
||||
#include "llfilepicker.h"
|
||||
#include "llfloateranimpreview.h"
|
||||
#include "llfloaterbuycurrency.h"
|
||||
@@ -81,10 +85,6 @@
|
||||
#include "lluuid.h"
|
||||
#include "llvorbisencode.h"
|
||||
|
||||
#include "llimagejpeg.h"
|
||||
#include "llimagepng.h"
|
||||
#include "llimagebmp.h"
|
||||
|
||||
// system libraries
|
||||
#include <boost/tokenizer.hpp>
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
|
||||
#include <deque>
|
||||
|
||||
#include "llimagejpeg.h"
|
||||
#include "llaudioengine.h"
|
||||
#include "llavatarnamecache.h"
|
||||
#include "indra_constants.h"
|
||||
|
||||
Reference in New Issue
Block a user