diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-03-22 22:30:14 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-03-22 22:30:14 +0000 |
commit | 5dcb4152dca6ac1fe9342f44eb48c0198b15772e (patch) | |
tree | 5258202cc6047765221522632dc47b9680c7bc03 /src/r128_reg.h | |
parent | 21acdf371e3cf913c5affbd3e86641cfb115311c (diff) |
Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc
symbols directly. The xf86* versions aren't supposed to be used
directly.
Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.
Diffstat (limited to 'src/r128_reg.h')
-rw-r--r-- | src/r128_reg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/r128_reg.h b/src/r128_reg.h index 721a72c7..5dc26285 100644 --- a/src/r128_reg.h +++ b/src/r128_reg.h @@ -48,9 +48,6 @@ #ifndef _R128_REG_H_ #define _R128_REG_H_ -#ifdef XFree86Module -#include "xf86_ansic.h" -#endif #include "compiler.h" /* Memory mapped register access macros */ |