Remove pointless include of Xlib.h.

Fix #include path to bigreqstr.h.
This commit is contained in:
Daniel Stone 2005-06-10 14:11:36 +00:00
parent 1a0de49da1
commit bba117f0d9

View file

@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xtrans/Xtrans.h>
#include <X11/Xatom.h>
#include <X11/Xresource.h>
#include "bigreqstr.h"
#include <X11/extensions/bigreqstr.h>
#include <stdio.h>
#include "Xintconn.h"