]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod, elfclassify: remove unnecessary header inclusion
authorSaleem Abdulrasool <abdulras@google.com>
Fri, 20 Aug 2021 18:21:20 +0000 (18:21 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 27 Aug 2021 15:15:46 +0000 (17:15 +0200)
commitd0c72317dcde4c21e88e37dfd865335fc7f0c079
tree9d34cccb1bebafc47755de1b958c98180ce35a21
parentd390548df1942e98a1d836269a5e41ba52e121f1
debuginfod, elfclassify: remove unnecessary header inclusion

`error.h`'s inclusion was centralised into the `system.h` header.  As
the implementation currently includes `system.h` already, the inclusion
of `error.h` is unnecessary.  This prepares for a future portability
change to allow elfutil to build with alternate libc implementations.

Signed-off-by: Saleem Abdulrasool <abdulras@google.com>
debuginfod/ChangeLog
debuginfod/debuginfod.cxx
src/ChangeLog
src/elfclassify.c