intel/perf: Remove i915_drm.h include from gen_perf.py

The generated file don't use any symbol in i915_drm.h

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28997>
This commit is contained in:
José Roberto de Souza
2024-02-20 13:02:04 -08:00
committed by Marge Bot
parent 14b890c797
commit a56dc30ba6
-2
View File
@@ -821,8 +821,6 @@ def main():
#include <stdint.h>
#include <stdbool.h>
#include <drm-uapi/i915_drm.h>
#include "util/hash_table.h"
#include "util/ralloc.h"