summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-02-13 15:38:40 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-02-13 15:38:40 +0000
commit1e39a4dbc3f1921970e513db2ac5c6e644caa948 (patch)
treeda4b3e7f8f00d73adec67c30edca6f72dafde543 /contrib
parent09ae955273dceec2f43fd53f5136686866b3d621 (diff)
downloadgdk-pixbuf-1e39a4dbc3f1921970e513db2ac5c6e644caa948.tar.gz
Remove a couple of unneeded #includes. Isn't unsupported code fun?
Fri Feb 13 10:32:09 2004 Owen Taylor <otaylor@redhat.com> * gdk-pixbuf-xlibrgb.h: Remove a couple of unneeded #includes. Isn't unsupported code fun? (133833, Gregory Merchan)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdk-pixbuf-xlib/ChangeLog6
-rw-r--r--contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog
index 3a933ecb9..ab4768b94 100644
--- a/contrib/gdk-pixbuf-xlib/ChangeLog
+++ b/contrib/gdk-pixbuf-xlib/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 13 10:32:09 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gdk-pixbuf-xlibrgb.h: Remove a couple of unneeded
+ #includes. Isn't unsupported code fun?
+ (133833, Gregory Merchan)
+
Tue Oct 7 23:30:00 2003 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf-xlib.h: Add C++ guards. (123955, Harring Figueiredo)
diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
index 7d0b92bbd..c94e746ff 100644
--- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
+++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
@@ -57,8 +57,6 @@ extern "C" {
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include <X11/Xos.h>
-#include <X11/Intrinsic.h>
#include <glib.h>