diff mbox series

[6/7] tools/utils: remove libxlu_cfg_i.h from libxlu_disk.c

Message ID 4b72ad7c94e325f21849037cfe96eeb0723fa138.1689779749.git.ehem+xen@m5p.com (mailing list archive)
State New, archived
Headers show
Series Reducing visibility and cleanup of .cfg parsing symbols | expand

Commit Message

Elliott Mitchell July 19, 2023, 5:02 a.m. UTC
The upper layer disk string parser doesn't need the internals of the
lower layer file parser.  Split the layers apart.  This is viable due
to the lower-layer internals having been removed from
libxlu_internals.h.

Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com>
---
 tools/libs/util/libxlu_disk.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/libs/util/libxlu_disk.c b/tools/libs/util/libxlu_disk.c
index a4d08ab7e9..92da9bd3b1 100644
--- a/tools/libs/util/libxlu_disk.c
+++ b/tools/libs/util/libxlu_disk.c
@@ -1,7 +1,6 @@ 
 #include "libxlu_internal.h"
 #include "libxlu_disk_l.h"
 #include "libxlu_disk_i.h"
-#include "libxlu_cfg_i.h"
 
 void xlu__disk_err(DiskParseContext *dpc, const char *erroneous,
                    const char *message) {