diff options
Diffstat (limited to 'src/nv_include.h')
-rw-r--r-- | src/nv_include.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nv_include.h b/src/nv_include.h index 03f2997..648ac31 100644 --- a/src/nv_include.h +++ b/src/nv_include.h @@ -3,19 +3,14 @@ #ifndef __NV_INCLUDE_H__ #define __NV_INCLUDE_H__ -#if !USE_LIBC_WRAPPER #include <string.h> #include <math.h> #include <unistd.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 */ |