util: Drop include "pipe/p_config.h" in src/util/u_cpu_detect.h

It's comes from src/gallium/include/pipe/p_config.h and that getting
streaming-load-memcpy.c can not use of it

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19564>
This commit is contained in:
Yonggang Luo 2022-11-11 20:55:22 +08:00 committed by Marge Bot
parent 3549439068
commit 6dab1896d1

View file

@ -37,7 +37,6 @@
#include <stdbool.h>
#include "pipe/p_config.h"
#include "util/macros.h"
#include "util/u_atomic.h"
#include "util/u_thread.h"