radeonsi: remove redundant si_shader_info::const_buffers_declared
[mesa.git] / src / gallium / auxiliary / rbug / rbug_core.h
index d63a8c80764797d289840ceb3a58e2249ef0f990..7cd36e4f87fb727ada90dd30d05487507d34fcba 100644 (file)
 #ifndef _RBUG_PROTO_CORE_H_
 #define _RBUG_PROTO_CORE_H_
 
-#include "rbug/rbug_proto.h"
+#include "rbug_proto.h"
+
+typedef uint64_t rbug_shader_t;
+typedef uint64_t rbug_context_t;
+typedef uint64_t rbug_texture_t;
 
 struct rbug_proto_noop
 {