Move <dlfcn.h> out of system.h

It is needed in lib/rpmplugins.c only anyway.
This commit is contained in:
Florian Festi 2020-02-04 15:02:15 +01:00 committed by Panu Matilainen
parent 67f8dadebd
commit 83306c2009
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,8 @@
#include <rpm/rpmts.h>
#include "lib/rpmplugins.h"
#include <dlfcn.h>
#define STR1(x) #x
#define STR(x) STR1(x)

View File

@ -125,6 +125,4 @@ extern int fdatasync(int fildes);
#include "misc/fnmatch.h"
#include <dlfcn.h>
#endif /* H_SYSTEM */