[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] libs/util: Remove unused headers in libxlu_pci.c
commit 52493ec3e32a6e631b3ae3571db7ed41f10d9b06 Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Thu Feb 9 12:11:40 2023 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Thu Feb 9 18:26:17 2023 +0000 libs/util: Remove unused headers in libxlu_pci.c 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@xxxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- tools/libs/util/libxlu_pci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/libs/util/libxlu_pci.c b/tools/libs/util/libxlu_pci.c index 551d8e3aed..294482c6d7 100644 --- a/tools/libs/util/libxlu_pci.c +++ b/tools/libs/util/libxlu_pci.c @@ -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...) \ -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |