Author: arielch
Date: Sun Jun 10 14:08:54 2012
New Revision: 1348596
URL: http://svn.apache.org/viewvc?rev=1348596&view=rev
Log:
Only <glib.h> can be included directly, so be it
Modified:
incubator/ooo/trunk/main/avmedia/source/gstreamer/gstplayer.hxx
incubator/ooo/trunk/main/ucb/source/ucp/gvfs/gvfs_content.hxx
Modified: incubator/ooo/trunk/main/avmedia/source/gstreamer/gstplayer.hxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/avmedia/source/gstreamer/gstplayer.hxx?rev=1348596&r1=1348595&r2=1348596&view=diff
==============================================================================
--- incubator/ooo/trunk/main/avmedia/source/gstreamer/gstplayer.hxx (original)
+++ incubator/ooo/trunk/main/avmedia/source/gstreamer/gstplayer.hxx Sun Jun 10
14:08:54 2012
@@ -26,7 +26,6 @@
#include "gstcommon.hxx"
#include <glib.h>
-#include <glib/gatomic.h>
// necessary for mixed environments with GStreamer-0.10 and GLib versions < 2.8
#ifndef G_GNUC_NULL_TERMINATED
Modified: incubator/ooo/trunk/main/ucb/source/ucp/gvfs/gvfs_content.hxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ucb/source/ucp/gvfs/gvfs_content.hxx?rev=1348596&r1=1348595&r2=1348596&view=diff
==============================================================================
--- incubator/ooo/trunk/main/ucb/source/ucp/gvfs/gvfs_content.hxx (original)
+++ incubator/ooo/trunk/main/ucb/source/ucp/gvfs/gvfs_content.hxx Sun Jun 10
14:08:54 2012
@@ -30,7 +30,7 @@
#include <com/sun/star/ucb/XContentCreator.hpp>
#include <ucbhelper/contenthelper.hxx>
-#include <glib/gthread.h>
+#include <glib.h>
#include <libgnomevfs/gnome-vfs-ops.h>
#include <libgnomevfs/gnome-vfs-directory.h>