topology/topology.c: drop unneeded <dlfcn.h> include

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>
This commit is contained in:
Thomas Petazzoni 2018-11-01 15:17:47 +01:00 committed by Takashi Iwai
parent 55d683d307
commit 2dec9bca1e

View file

@ -27,7 +27,6 @@
#include <errno.h>
#include <string.h>
#include <sys/stat.h>
#include <dlfcn.h>
#include <getopt.h>
#include <assert.h>