Libcwd compile fixes
include linden_common.h first (is already included through the used headers).
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Header Files
|
||||
//-----------------------------------------------------------------------------
|
||||
#include "linden_common.h"
|
||||
#include "llavatarjoint.h"
|
||||
|
||||
#include "llgl.h"
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
// Header Files
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "linden_common.h"
|
||||
#include "llpolymorph.h"
|
||||
#include "llavatarappearance.h"
|
||||
#include "llavatarjoint.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user