diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-06-13 15:04:33 +0200 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-06-22 23:12:20 +0100 |
commit | dd9265ac78b56c378bc7ca47920be9d9d93392b7 (patch) | |
tree | afe6f2d056e765c35e27bf856dc0633f5bb3c0c3 /src/pulsecore/modargs.h | |
parent | 9ffa9382dd8627aa12f1cffd67c96a6dacb4420f (diff) |
Remove unnecessary #includes
Diffstat (limited to 'src/pulsecore/modargs.h')
-rw-r--r-- | src/pulsecore/modargs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/modargs.h b/src/pulsecore/modargs.h index 1ed66e9a5..9a81e8d6e 100644 --- a/src/pulsecore/modargs.h +++ b/src/pulsecore/modargs.h @@ -25,7 +25,7 @@ #include <inttypes.h> #include <pulse/sample.h> #include <pulse/channelmap.h> -#include <pulsecore/core.h> +#include <pulse/proplist.h> #include <pulsecore/macro.h> typedef struct pa_modargs pa_modargs; |