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
commit c3d1403672
193 changed files with 508 additions and 321 deletions

View file

@ -39,6 +39,10 @@
#include <dix-config.h>
#endif
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "glxserver.h"
#include "glxutil.h"
#include "glxext.h"