intel/compiler: Rename brw_gfx_ver_enum.h to intel_gfx_ver_enum.h

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27644>
This commit is contained in:
Caio Oliveira 2024-01-19 15:05:19 -08:00 committed by Marge Bot
parent d8f9a05f32
commit c773898f39
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
#include "brw_eu_defines.h"
#include "brw_eu.h"
#include "brw_shader.h"
#include "brw_gfx_ver_enum.h"
#include "intel_gfx_ver_enum.h"
#include "dev/intel_debug.h"
#include "util/u_debug.h"

View file

@ -21,8 +21,8 @@
* IN THE SOFTWARE.
*/
#ifndef BRW_GFX_VER_ENUM_H
#define BRW_GFX_VER_ENUM_H
#ifndef INTEL_GFX_VER_ENUM_H
#define INTEL_GFX_VER_ENUM_H
#include "util/macros.h"
#include "dev/intel_device_info.h"