gallium: include u_memory.h, u_math.h
authorBrian <brian.paul@tungstengraphics.com>
Mon, 25 Aug 2008 00:10:50 +0000 (18:10 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 25 Aug 2008 00:10:50 +0000 (18:10 -0600)
src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
src/gallium/winsys/xlib/brw_aub.c

index 5e51837..4cb8c3b 100644 (file)
@@ -37,6 +37,7 @@
 #include "pipe/p_debug.h"
 #include "pipe/p_winsys.h"
 #include "pipe/p_thread.h"
+#include "util/u_math.h"
 #include "util/u_memory.h"
 #include "util/u_double_list.h"
 #include "util/u_time.h"
index f319802..9e96efa 100644 (file)
@@ -35,6 +35,7 @@
 #include "pipe/p_context.h"
 #include "pipe/p_state.h"
 #include "pipe/p_debug.h"
+#include "util/u_memory.h"
 
 
 struct brw_aubfile {