gallivm: fix [IU]MUL_HI regression harder
[mesa.git] / src / gallium / auxiliary / rbug / rbug_context.h
index 03126d6b12376b190bfa4ef9ca43ae99b51cbaec..573507804fa3ff790561ab0b7275a93eb0ec9c4e 100644 (file)
@@ -38,8 +38,8 @@
 #ifndef _RBUG_PROTO_CONTEXT_H_
 #define _RBUG_PROTO_CONTEXT_H_
 
-#include "rbug/rbug_proto.h"
-#include "rbug/rbug_core.h"
+#include "rbug_proto.h"
+#include "rbug_core.h"
 
 typedef enum
 {
@@ -96,7 +96,6 @@ struct rbug_proto_context_flush
 {
        struct rbug_header header;
        rbug_context_t context;
-       int32_t flags;
 };
 
 struct rbug_proto_context_list_reply
@@ -162,7 +161,6 @@ int rbug_send_context_draw_rule(struct rbug_connection *__con,
 
 int rbug_send_context_flush(struct rbug_connection *__con,
                             rbug_context_t context,
-                            int32_t flags,
                             uint32_t *__serial);
 
 int rbug_send_context_list_reply(struct rbug_connection *__con,