diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-20 16:24:15 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-20 16:24:15 -0700 |
commit | 4ff648c85f8aa90b343b7e2df176c0511b3cdaa5 (patch) | |
tree | c599ed02adc4fcb25db4473202a1a933f436e888 /src/riva_include.h | |
parent | 48f9a6f94550acea4fce81d2539a6508049c1551 (diff) |
Depend on server 1.2 or higher.randr-1.2
Remove support for building with the libc wrapper or without the Drawable XV
argument.
Diffstat (limited to 'src/riva_include.h')
-rw-r--r-- | src/riva_include.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/riva_include.h b/src/riva_include.h index 675899b..2f269df 100644 --- a/src/riva_include.h +++ b/src/riva_include.h @@ -3,17 +3,12 @@ #ifndef __RIVA_INCLUDE_H__ #define __RIVA_INCLUDE_H__ -#if !USE_LIBC_WRAPPER #include <string.h> -#endif /* All drivers should typically include these */ #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Resources.h" -#if USE_LIBC_WRAPPER -#include "xf86_ansic.h" -#endif #include "compiler.h" /* Drivers for PCI hardware need this */ |