diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-03-01 15:41:55 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-03-01 15:41:55 -0800 |
commit | 0062a3f12535043fd8d2dc70f41bd45fa6e8b495 (patch) | |
tree | 5a4fc959b6d56d0c59e0794b35a71d1fc9b5148c | |
parent | 36a4a6f58b95ce244741df939cccef4733d80b03 (diff) | |
download | xorg-lib-libXinerama-0062a3f12535043fd8d2dc70f41bd45fa6e8b495.tar.gz |
Remove unneeded #include of <stdio.h>
-rw-r--r-- | src/Xinerama.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Xinerama.c b/src/Xinerama.c index 8da4dcf..fa2b197 100644 --- a/src/Xinerama.c +++ b/src/Xinerama.c @@ -267,8 +267,6 @@ Bool XineramaIsActive(Display *dpy) return rep.state; } -#include <stdio.h> - XineramaScreenInfo * XineramaQueryScreens( Display *dpy, |