diff mbox series

[alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include

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

Commit Message

Thomas Petazzoni Nov. 1, 2018, 2:17 p.m. UTC
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(-)

Comments

Takashi Iwai Nov. 2, 2018, 2:05 p.m. UTC | #1
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 mbox series

Patch

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>