From: Colin Guthrie Date: Sun, 27 Nov 2011 15:44:23 +0000 (+0000) Subject: device-port: Remove redundant include after the better circular dep fix. X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/5958208c261fb81f880a5b712ca802188e4c7535 device-port: Remove redundant include after the better circular dep fix. --- diff --git a/src/pulsecore/device-port.h b/src/pulsecore/device-port.h index b6341258..ee4fc3ee 100644 --- a/src/pulsecore/device-port.h +++ b/src/pulsecore/device-port.h @@ -63,8 +63,6 @@ pa_device_port *pa_device_port_new(pa_core *c, const char *name, const char *des void pa_device_port_hashmap_free(pa_hashmap *h); -#include - /* The port's available status has changed */ void pa_device_port_set_available(pa_device_port *p, pa_port_available_t available);