xserver-multidpi/hw/xfree86/int10/x86emu.c
Eric Anholt c3d1403672 Remove libcwrapper usage from xorg server modules. The libcwrapper is only
of (marginal) use in the drivers, and that usage remains.
2006-02-10 22:00:30 +00:00

13 lines
190 B
C

#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#include "debug.c"
#include "decode.c"
#include "fpu.c"
#include "ops.c"
#include "ops2.c"
#include "prim_ops.c"
#include "sys.c"