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
parent 657b4cb8aa
commit 9b1debcdb6
357 changed files with 481 additions and 459 deletions

View File

@@ -25,9 +25,9 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "misc.h"
#include <X11/misc.h>
#include "scrnintstr.h"
#include "os.h"
#include <X11/os.h>
#include "regionstr.h"
#include "validate.h"
#include "windowstr.h"