remove BLI_noise from BLI_blenlib.h, not that many files need this.

This commit is contained in:
2012-10-12 00:18:32 +00:00
parent 28c20e456f
commit 40186a8c11
8 changed files with 7 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_noise.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"