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/radeon.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/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index b6ae547..ab82081 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -39,7 +39,6 @@ #define _RADEON_H_ #include "xf86str.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86fbman.h" |