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