made most variables which are only used in a single file and not defined in header static for blenlib, blenkernel and editors.

This commit is contained in:
2011-02-14 17:55:27 +00:00
parent d7e2607f96
commit 8b7482892b
142 changed files with 552 additions and 492 deletions

View File

@@ -42,6 +42,7 @@
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_space_api.h"
#include "ED_screen.h"
#include "BIF_gl.h"