MSVC 9 compile fixes and cleanups

* added renamed files in revision 25337
* renamed BLI_util.h -> BLI_path_util.h for consistency
* cleanup of #includes: removed BLI_blenlib.h in favour of direct includes of the needed headerfiles in a few places.
* removed debug print in sequencer.c
* added missing include in blenkernel/blender.c -> bad dependency, needs to be fixed still
This commit is contained in:
2009-12-13 17:46:30 +00:00
parent 3449d3f9b3
commit ca16488e81
17 changed files with 42 additions and 43 deletions

View File

@@ -54,7 +54,7 @@
#include "MEM_guardedalloc.h"
#include "BLI_util.h"
#include "BLI_path_util.h"
#include "BLI_storage.h"
#include "BLI_fileops.h"
#include "BLI_string.h"