summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_refcnt.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-01 16:11:46 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-01 16:11:46 +0000
commit1776e738fb6f41954542bce064e4e5e59a4aa530 (patch)
tree71c07a3d7a29ed3b3d3c8a564d0fee4dcb7fee87 /src/gallium/include/pipe/p_refcnt.h
parentb232b68cdc3c522b57a50095e7b7b9d33315989a (diff)
gallium: Remove unnecessary includes. Add others to compensate.
Diffstat (limited to 'src/gallium/include/pipe/p_refcnt.h')
-rw-r--r--src/gallium/include/pipe/p_refcnt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_refcnt.h b/src/gallium/include/pipe/p_refcnt.h
index c1c7415e02..468e8d87f9 100644
--- a/src/gallium/include/pipe/p_refcnt.h
+++ b/src/gallium/include/pipe/p_refcnt.h
@@ -31,6 +31,7 @@
#include "p_defines.h"
#include "p_atomic.h"
+#include "util/u_debug.h" /* FIXME: remove this */
#ifdef __cplusplus