comparison libpurple/media.h @ 26079:b93df44a5afb

Remove internal.h include from media.h and mediamanager.h Thanks BigBrownChunx for pointing this out.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 07 Jan 2009 02:59:51 +0000
parents 7d2e06b29f88
children b6457b2a8e14
comparison
equal deleted inserted replaced
26078:9a43944fff35 26079:b93df44a5afb
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */ 25 */
26 26
27 #ifndef __MEDIA_H_ 27 #ifndef __MEDIA_H_
28 #define __MEDIA_H_ 28 #define __MEDIA_H_
29
30 #include "internal.h"
31 29
32 #ifdef USE_VV 30 #ifdef USE_VV
33 31
34 #include <gst/gst.h> 32 #include <gst/gst.h>
35 #include <gst/farsight/fs-stream.h> 33 #include <gst/farsight/fs-stream.h>