aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2020-06-12 11:42:32 +0200
committerMarge Bot <[email protected]>2020-06-22 21:50:12 +0000
commit04e8eaf4e82270d4eea578cd6d43eb1deea05a4d (patch)
tree6f92bd0c0246d0b851f63c3f41e208268a88b652 /src/gallium/auxiliary/pipe-loader
parent2ef983dca61b549a9242afd9008200b231a26e90 (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/gallium/auxiliary/pipe-loader')
-rw-r--r--src/gallium/auxiliary/pipe-loader/pipe_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader.c b/src/gallium/auxiliary/pipe-loader/pipe_loader.c
index e0fb249b6f0..cfe6faddaf1 100644
--- a/src/gallium/auxiliary/pipe-loader/pipe_loader.c
+++ b/src/gallium/auxiliary/pipe-loader/pipe_loader.c
@@ -33,7 +33,7 @@
#include "util/u_dl.h"
#include "util/u_file.h"
#include "util/xmlconfig.h"
-#include "util/xmlpool.h"
+#include "util/driconf.h"
#include <string.h>