Message ID | 20181101141747.31602-1-thomas.petazzoni@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include | expand |
On Thu, 01 Nov 2018 15:17:47 +0100, Thomas Petazzoni wrote: > > This include is not used/needed and prevents building on systems that > don't provide <dlfcn.h>. > > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Applied, thanks. Takashi
diff --git a/topology/topology.c b/topology/topology.c index 097c255..b72e341 100644 --- a/topology/topology.c +++ b/topology/topology.c @@ -27,7 +27,6 @@ #include <errno.h> #include <string.h> #include <sys/stat.h> -#include <dlfcn.h> #include <getopt.h> #include <assert.h>
This include is not used/needed and prevents building on systems that don't provide <dlfcn.h>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- topology/topology.c | 1 - 1 file changed, 1 deletion(-)