]> xenbits.xensource.com Git - xen.git/commitdiff
libs/util: Remove unused headers in libxlu_pci.c
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 9 Feb 2023 12:11:40 +0000 (12:11 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Feb 2023 18:26:17 +0000 (18:26 +0000)
libxlu_pci.c doesn't use any "xlu__cfg*()" functions and doesn't use
any of the disk parsing functions "xlu__disk*()", so all those headers
can be removed.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libs/util/libxlu_pci.c

index 551d8e3aedc290e893f815baf4498cb29d000320..294482c6d74fb5f0662e0b6739a59e8517004128 100644 (file)
@@ -3,9 +3,6 @@
 #include <ctype.h>
 
 #include "libxlu_internal.h"
-#include "libxlu_disk_l.h"
-#include "libxlu_disk_i.h"
-#include "libxlu_cfg_i.h"
 
 
 #define XLU__PCI_ERR(_c, _x, _a...) \