abipkgdiff: remove unused includes of elfutils/libdw.h and elf.h

Definitions from those headers are not actually used. Yet the includes
create unnecessary dependencies.

	* tools/abipkgdiff.cc: Drop unused includes.

Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
Matthias Maennich 2020-06-09 13:38:27 +02:00 committed by Dodji Seketeli
parent 20b989fd3c
commit 4ef7e8c976

View File

@ -72,8 +72,6 @@
#include <assert.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <elf.h>
#include <elfutils/libdw.h>
// If fts.h is included before config.h, its indirect inclusions may
// not give us the right LFS aliases of these functions, so map them