diff options
author | marcheu <marcheu> | 2006-04-21 22:15:59 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-08-25 18:57:39 +1000 |
commit | 3083263eb40f57e4c529473c5e9f935109a1719f (patch) | |
tree | 5d72706fc9d3d896b1aebe04b9b7cab985662146 /src/nv_bios.c | |
parent | 864e2c6936a37005112a3c6f3f7db5a16100b96c (diff) | |
download | xorg-driver-xf86-video-nouveau-3083263eb40f57e4c529473c5e9f935109a1719f.tar.gz |
Don't include config.h in all files but in the *_include.h files. That's what they're here for after all.
Diffstat (limited to 'src/nv_bios.c')
-rw-r--r-- | src/nv_bios.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nv_bios.c b/src/nv_bios.c index ae596ae..c21462a 100644 --- a/src/nv_bios.c +++ b/src/nv_bios.c @@ -21,10 +21,6 @@ * SOFTWARE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "nv_include.h" #include "nvreg.h" |