mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
brw: Drop compiler/ from brw includes
They're in the current directory/module, just include them. Reviewed-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37755>
This commit is contained in:
parent
af93215b7a
commit
d1b0597213
3 changed files with 8 additions and 8 deletions
|
|
@ -11,11 +11,11 @@
|
|||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "compiler/brw_reg.h"
|
||||
#include "compiler/brw_reg_type.h"
|
||||
#include "compiler/brw_eu_defines.h"
|
||||
#include "compiler/brw_eu_inst.h"
|
||||
#include "compiler/brw_eu.h"
|
||||
#include "brw_reg.h"
|
||||
#include "brw_reg_type.h"
|
||||
#include "brw_eu_defines.h"
|
||||
#include "brw_eu_inst.h"
|
||||
#include "brw_eu.h"
|
||||
#include "dev/intel_device_info.h"
|
||||
#include "util/list.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include <getopt.h>
|
||||
|
||||
#include "util/ralloc.h"
|
||||
#include "compiler/brw_eu_inst.h"
|
||||
#include "brw_eu_inst.h"
|
||||
#include "dev/intel_device_info.h"
|
||||
|
||||
#include "brw_asm.h"
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
#include <string.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include "compiler/brw_disasm.h"
|
||||
#include "compiler/brw_isa_info.h"
|
||||
#include "brw_disasm.h"
|
||||
#include "brw_isa_info.h"
|
||||
#include "dev/intel_device_info.h"
|
||||
#include "util/u_dynarray.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue