mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
intel/blorp: Move brw_compiler.h include to where is needed
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27581>
This commit is contained in:
parent
f4df4be7e7
commit
62a8de99ac
3 changed files with 3 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include "blorp_priv.h"
|
||||
#include "dev/intel_debug.h"
|
||||
#include "dev/intel_device_info.h"
|
||||
|
||||
#include "util/format_rgb9e5.h"
|
||||
#include "util/u_math.h"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,9 @@
|
|||
#include "util/format_srgb.h"
|
||||
|
||||
#include "blorp_priv.h"
|
||||
#include "compiler/brw_compiler.h"
|
||||
#include "dev/intel_debug.h"
|
||||
#include "dev/intel_device_info.h"
|
||||
|
||||
#include "blorp_nir_builder.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include "common/intel_measure.h"
|
||||
#include "compiler/nir/nir.h"
|
||||
#include "compiler/brw_compiler.h"
|
||||
|
||||
#include "blorp.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue