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/nv_local.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/nv_local.h')
-rw-r--r-- | src/nv_local.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nv_local.h b/src/nv_local.h index 6cb0264..3d5d202 100644 --- a/src/nv_local.h +++ b/src/nv_local.h @@ -46,9 +46,6 @@ * HW. Put all affected includes, typdefs, etc. here so the riva_hw.* files * can stay generic in nature. */ -#if USE_LIBC_WRAPPER -#include "xf86_ansic.h" -#endif #include "compiler.h" #include "xf86_OSproc.h" |