OSDN Git Service

Simplify our include files
authorPeter Jones <pjones@redhat.com>
Thu, 17 May 2018 20:31:59 +0000 (16:31 -0400)
committerPeter Jones <pmjones@gmail.com>
Mon, 21 May 2018 13:27:22 +0000 (09:27 -0400)
commitad5194ef37dde8f870cbeba692879263088ea3c1
tree4efa922c0d6ad29e7e2ae6b36adbd87ba0cb6e06
parent0ed85c9097251df0c32a1f89313680df4ca0d275
Simplify our include files

Make everything just include src/efivar.h or src/efiboot.h, and let
those sort out the correct things to include.

Signed-off-by: Peter Jones <pjones@redhat.com>
22 files changed:
src/creator.c
src/disk.c
src/dp-acpi.c
src/dp-hw.c
src/dp-media.c
src/dp-message.c
src/dp.c
src/efiboot.h [new file with mode: 0644]
src/efivar.c
src/efivar.h [new file with mode: 0644]
src/efivarfs.c
src/error.c
src/export.c
src/generics.h
src/gpt.c
src/guid.c
src/lib.c
src/lib.h
src/linux.c
src/loadopt.c
src/makeguids.c
src/vars.c