51165fd OvmfPkg/AcpiPlatformDxe: sort #includes and [LibraryClasses]

Authored and Committed by lersek 3 years ago
    OvmfPkg/AcpiPlatformDxe: sort #includes and [LibraryClasses]
    
    Place all public #includes first, all module-private #includes second.
    Separate them with a single empty line. Keep each section sorted in
    itself.
    
    Sort all sections in both INF files.
    
    Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
    Cc: Jordan Justen <jordan.l.justen@intel.com>
    Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
    Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122
    Signed-off-by: Laszlo Ersek <lersek@redhat.com>