gallium: #includes to silence warnings
authorBrian <brian@poulsbo.localnet.net>
Tue, 26 Feb 2008 21:34:19 +0000 (14:34 -0700)
committerBrian <brian@poulsbo.localnet.net>
Tue, 26 Feb 2008 21:34:19 +0000 (14:34 -0700)
src/mesa/state_tracker/st_framebuffer.c

index 47d47da..d46a917 100644 (file)
 
 
 #include "main/imports.h"
+#include "main/buffers.h"
 #include "main/context.h"
 #include "main/framebuffer.h"
+#include "main/matrix.h"
 #include "main/renderbuffer.h"
 #include "st_public.h"
 #include "st_context.h"