diff options
author | Eric Engestrom <[email protected]> | 2020-06-12 11:42:32 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-22 21:50:12 +0000 |
commit | 04e8eaf4e82270d4eea578cd6d43eb1deea05a4d (patch) | |
tree | 6f92bd0c0246d0b851f63c3f41e208268a88b652 /src/intel/vulkan | |
parent | 2ef983dca61b549a9242afd9008200b231a26e90 (diff) |
util: rename xmlpool.h to driconf.h
To make it clearer what it is and does.
Signed-off-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5440>
Diffstat (limited to 'src/intel/vulkan')
-rw-r--r-- | src/intel/vulkan/anv_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 97d0088bd90..13492e4d553 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -39,7 +39,7 @@ #include "util/os_file.h" #include "util/u_atomic.h" #include "util/u_string.h" -#include "util/xmlpool.h" +#include "util/driconf.h" #include "git_sha1.h" #include "vk_util.h" #include "common/gen_aux_map.h" |