diff options
author | Thomas Jansen <mithi@mithi.net> | 2008-12-28 21:02:05 +0100 |
---|---|---|
committer | Thomas Jansen <mithi@mithi.net> | 2008-12-28 21:02:05 +0100 |
commit | 5e3dc6946f13e721030b887b60e383b58879bc62 (patch) | |
tree | 18ab532882626e9af988f6c62f4c69994d72421e /src/output_control.c | |
parent | f31b4f46e17f2af17b4d6549d16e8f111b21688d (diff) | |
download | mpd-5e3dc6946f13e721030b887b60e383b58879bc62.tar.gz mpd-5e3dc6946f13e721030b887b60e383b58879bc62.tar.xz mpd-5e3dc6946f13e721030b887b60e383b58879bc62.zip |
Include <pthread.h> where it is necessary only
Diffstat (limited to 'src/output_control.c')
-rw-r--r-- | src/output_control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output_control.c b/src/output_control.c index 26e9b3cd3..4bf398d0a 100644 --- a/src/output_control.c +++ b/src/output_control.c @@ -22,7 +22,6 @@ #include "output_thread.h" #include "pcm_utils.h" -#include <pthread.h> #include <assert.h> #include <stdlib.h> |