Remove libcwrapper usage from xorg server modules. The libcwrapper is only

of (marginal) use in the drivers, and that usage remains.
This commit is contained in:
Eric Anholt
2006-02-10 22:00:30 +00:00
parent a8cec1b656
commit c3d1403672
193 changed files with 508 additions and 321 deletions

View File

@@ -1,4 +1,4 @@
/* $XdotOrg: xc/programs/Xserver/dbe/dbe.c,v 1.3 2005/04/20 12:25:19 daniels Exp $ */
/* $XdotOrg: xserver/xorg/dbe/dbe.c,v 1.5 2005/07/03 07:01:17 daniels Exp $ */
/* $Xorg: dbe.c,v 1.3 2000/08/17 19:48:16 cpqbld Exp $ */
/******************************************************************************
*
@@ -41,6 +41,8 @@
#include <dix-config.h>
#endif
#include <string.h>
#include <X11/X.h>
#include <X11/Xproto.h>
#include "scrnintstr.h"
@@ -51,10 +53,6 @@
#include "dbestruct.h"
#include "midbe.h"
#ifdef XFree86LOADER
#include "xf86_ansic.h"
#endif
/* GLOBALS */
/* Per-screen initialization functions [init'ed by DbeRegisterFunction()] */

View File

@@ -58,11 +58,7 @@
#include "gcstruct.h"
#include "inputstr.h"
#ifndef IN_MODULE
#include <stdio.h>
#else
#include "xf86_ansic.h"
#endif
/* DEFINES */