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.
* $/LicenseInfo$
*/
#include "llviewerprecompiledheaders.h"
#if LL_LINUX && defined(LL_STANDALONE)
#include <glib.h>
#endif
#include "llviewerprecompiledheaders.h"
#include "llvoiceclient.h"
#include <boost/tokenizer.hpp>