diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-06-05 01:16:53 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-06-05 01:16:53 +0200 |
commit | aae3c49df6a0e8533ac2bfa5a69523b9ac1433fa (patch) | |
tree | c0ba30376d61895835acb178b412a7c1ea402a5c /apps/unix/x11pdf.c | |
parent | 7560c64207af372f7d75763285a6e955d3e68486 (diff) | |
download | mupdf-aae3c49df6a0e8533ac2bfa5a69523b9ac1433fa.tar.xz |
fix x11 warnings and a stray include
Diffstat (limited to 'apps/unix/x11pdf.c')
-rw-r--r-- | apps/unix/x11pdf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/unix/x11pdf.c b/apps/unix/x11pdf.c index eecb70dd..72bccd69 100644 --- a/apps/unix/x11pdf.c +++ b/apps/unix/x11pdf.c @@ -7,7 +7,6 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> -#include <X11/Intrinsic.h> #include <X11/cursorfont.h> #include <X11/keysym.h> |