diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-13 15:38:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-13 15:38:40 +0000 |
commit | 1e39a4dbc3f1921970e513db2ac5c6e644caa948 (patch) | |
tree | da4b3e7f8f00d73adec67c30edca6f72dafde543 /contrib | |
parent | 09ae955273dceec2f43fd53f5136686866b3d621 (diff) | |
download | gtk+-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/ChangeLog | 6 | ||||
-rw-r--r-- | contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog index 3a933ecb97..ab4768b940 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 7d0b92bbdc..c94e746ff2 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> |