Mercurial > pidgin.yaz
comparison libpurple/media/media.c @ 29592:0b54934f2742
Remove a couple more unnecessary headers from media.c
author | maiku@pidgin.im |
---|---|
date | Tue, 27 Oct 2009 21:50:19 +0000 |
parents | a71400a86933 |
children | 8b04812396b9 |
comparison
equal
deleted
inserted
replaced
29591:a71400a86933 | 29592:0b54934f2742 |
---|---|
22 * You should have received a copy of the GNU General Public License | 22 * You should have received a copy of the GNU General Public License |
23 * along with this program; if not, write to the Free Software | 23 * along with this program; if not, write to the Free Software |
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
25 */ | 25 */ |
26 | 26 |
27 #include <string.h> | |
28 | |
29 #include "internal.h" | 27 #include "internal.h" |
30 | 28 |
31 #include "account.h" | 29 #include "account.h" |
32 #include "media.h" | 30 #include "media.h" |
33 #include "media/backend-fs2.h" | 31 #include "media/backend-fs2.h" |
34 #include "media/backend-iface.h" | 32 #include "media/backend-iface.h" |
35 #include "mediamanager.h" | 33 #include "mediamanager.h" |
36 #include "network.h" | |
37 | 34 |
38 #include "debug.h" | 35 #include "debug.h" |
39 | 36 |
40 #ifdef USE_GSTREAMER | 37 #ifdef USE_GSTREAMER |
41 #include "marshallers.h" | 38 #include "marshallers.h" |