Stupid headers -.- workaround

This commit is contained in:
Siana Gearz
2011-03-26 04:02:51 +01:00
parent 2298aee369
commit 18b10638be
5 changed files with 10 additions and 9 deletions

View File

@@ -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:

View File

@@ -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"

View File

@@ -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;

View File

@@ -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>

View File

@@ -37,6 +37,7 @@
#include <deque>
#include "llimagejpeg.h"
#include "llaudioengine.h"
#include "llavatarnamecache.h"
#include "indra_constants.h"