Fix precompiled headers include order.

This commit is contained in:
TighMacFanatic
2011-10-06 01:12:24 -04:00
parent ed8fad3fd9
commit 346629f6e0

View File

@@ -29,11 +29,12 @@
* COMPLETENESS OR PERFORMANCE. * COMPLETENESS OR PERFORMANCE.
* $/LicenseInfo$ * $/LicenseInfo$
*/ */
#include "llviewerprecompiledheaders.h"
#if LL_LINUX && defined(LL_STANDALONE) #if LL_LINUX && defined(LL_STANDALONE)
#include <glib.h> #include <glib.h>
#endif #endif
#include "llviewerprecompiledheaders.h"
#include "llvoiceclient.h" #include "llvoiceclient.h"
#include <boost/tokenizer.hpp> #include <boost/tokenizer.hpp>