[Libomptarget] Remove leftover ELF header from x86 plugin

Summary:
We removed the linking support for `gelf.h` in a previous patch. This
header was incorrectly leftover causing build problems on some systems.
This commit is contained in:
Joseph Huber 2022-09-07 13:40:54 -05:00
parent cc14e195e7
commit 8d2a447bf9
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include <cstdlib>
#include <cstring>
#include <ffi.h>
#include <gelf.h>
#include <link.h>
#include <list>
#include <string>