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

@ -39,8 +39,8 @@
#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>
#include "misc.h"
#include "os.h"
#include <X11/misc.h>
#include <X11/os.h>
#include "windowstr.h"
#include "scrnintstr.h"
#include "pixmapstr.h"