From 5958208c261fb81f880a5b712ca802188e4c7535 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 27 Nov 2011 15:44:23 +0000 Subject: [PATCH] device-port: Remove redundant include after the better circular dep fix. --- src/pulsecore/device-port.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pulsecore/device-port.h b/src/pulsecore/device-port.h index b6341258d..ee4fc3ee2 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);