]> git.alsa-project.org Git - alsa-utils.git/commitdiff
topology/topology.c: drop unneeded <dlfcn.h> include
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 1 Nov 2018 14:17:47 +0000 (15:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Nov 2018 14:04:34 +0000 (15:04 +0100)
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
topology/topology.c

index 097c25507d9f273e2c4bba832920770e588124d0..b72e341fb5fd4d277277dcd129f284861522f9bc 100644 (file)
@@ -27,7 +27,6 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/stat.h>
-#include <dlfcn.h>
 #include <getopt.h>
 #include <assert.h>