Change all misc.h and os.h references to <X11/foo.h>.

This commit is contained in:
Daniel Stone 2005-07-01 22:43:43 +00:00
commit 9b1debcdb6
357 changed files with 481 additions and 459 deletions

View file

@ -31,7 +31,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define NEED_EVENTS
#define NEED_REPLIES
#include <X11/Xproto.h>
#include "misc.h"
#include <X11/misc.h>
#include "inputstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <X11/extensions/XKBsrv.h>