Keep llthread.h out of the precompiled header. Thanks.

This commit is contained in:
Shyotl
2019-04-08 15:18:36 -05:00
parent e2cc2d600b
commit 99f9b98258
2 changed files with 1 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include "llvolumemgr.h"
#include "llvolume.h"
#include "llthread.h"
const F32 BASE_THRESHOLD = 0.03f;

View File

@@ -31,7 +31,6 @@
#include "llvolume.h"
#include "llpointer.h"
#include "llthread.h"
class LLVolumeParams;
class LLVolumeLODGroup;