g3dvl: assert.h -> util/u_debug.h
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 28 Sep 2009 18:02:34 +0000 (19:02 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 29 Sep 2009 10:09:55 +0000 (11:09 +0100)
src/gallium/include/pipe/p_video_state.h

index b71e959e6f19576be47a6f6581564e24f45f618a..2a7422bf04cc26df76770f46f13b4d9a1741be71 100644 (file)
@@ -2,8 +2,8 @@
 #define PIPE_VIDEO_STATE_H
 
 /* u_reduce_video_profile() needs these */
-#include <assert.h>
 #include <pipe/p_compiler.h>
+#include <util/u_debug.h>
 
 #include <pipe/p_defines.h>
 #include <pipe/p_format.h>