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

@ -1,4 +1,4 @@
/* $XdotOrg: xc/programs/Xserver/record/record.c,v 1.2 2004/04/23 19:54:28 eich Exp $ */
/* $XdotOrg: xc/programs/Xserver/record/record.c,v 1.3 2005/04/20 12:25:47 daniels Exp $ */
/* $Xorg: record.c,v 1.4 2001/02/09 02:05:27 xorgcvs Exp $ */
/*

View file

@ -52,7 +52,7 @@ from The Open Group.
*/
#ifndef TESTING
#include "misc.h"
#include <X11/misc.h>
#else
#include <stdio.h>
#include <stdlib.h>