summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/target-helpers/inline_debug_helper.h')
-rw-r--r--src/gallium/auxiliary/target-helpers/inline_debug_helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
index 08aea330710..0f999bf71ef 100644
--- a/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
+++ b/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
@@ -13,7 +13,6 @@
#include "driver_ddebug/dd_public.h"
#include "driver_trace/tr_public.h"
-#include "driver_rbug/rbug_public.h"
#include "driver_noop/noop_public.h"
#ifdef __cplusplus
@@ -28,7 +27,6 @@ static inline struct pipe_screen *
debug_screen_wrap(struct pipe_screen *screen)
{
screen = ddebug_screen_create(screen);
- screen = rbug_screen_create(screen);
screen = trace_screen_create(screen);
screen = noop_screen_create(screen);