mesa: Include macros.h in files that use symbols from macros.h.

Don't rely on inclusion of other files that already include macros.h.
This commit is contained in:
Vinson Lee
2010-07-30 00:41:08 -07:00
parent bddbdd624f
commit 3fdd9fa556
11 changed files with 11 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
#include "convolve.h"
#include "dlopen.h"
#include "image.h"
#include "macros.h"
#include "texcompress.h"
#include "texcompress_s3tc.h"
#include "texstore.h"