Libcwd compile fixes

include linden_common.h first (is already included through the used
headers).
This commit is contained in:
Aleric Inglewood
2013-02-01 21:26:08 +01:00
parent 5cbe633117
commit d055494706
3 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
//-----------------------------------------------------------------------------
// Header Files
//-----------------------------------------------------------------------------
#include "linden_common.h"
#include "llavatarjoint.h"
#include "llgl.h"

View File

@@ -28,6 +28,7 @@
// Header Files
//-----------------------------------------------------------------------------
#include "linden_common.h"
#include "llpolymorph.h"
#include "llavatarappearance.h"
#include "llavatarjoint.h"

View File

@@ -27,8 +27,7 @@
//-----------------------------------------------------------------------------
// Header Files
//-----------------------------------------------------------------------------
#include "llpreprocessor.h"
#include "llerrorlegacy.h"
#include "linden_common.h"
//#include "llcommon.h"
//#include "llmemory.h"
#include "llavatarappearance.h"