diff options
author | Adam Jackson <[email protected]> | 2005-07-16 00:56:20 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-07-16 00:56:20 +0000 |
commit | c529f6bf701dcb50741a444f496ede1fa6a44fe0 (patch) | |
tree | ef6f2f199266edf247c15ae59834de0e17d12fa2 /src/mesa/x86/common_x86_asm.h | |
parent | 8d3aca655e0e7a7718c6f3a8cdbcbd0787cb85e3 (diff) |
strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the
modular X build
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r-- | src/mesa/x86/common_x86_asm.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index a913bb1d094..99772983289 100644 --- a/src/mesa/x86/common_x86_asm.h +++ b/src/mesa/x86/common_x86_asm.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_asm.h,v 1.11 2004/04/26 10:10:25 alanh Exp $ */ +/* $Id: common_x86_asm.h,v 1.12 2005/07/16 00:56:20 ajax Exp $ */ /* * Mesa 3-D graphics library @@ -43,10 +43,6 @@ */ #include "common_x86_features.h" -#ifdef HAVE_CONFIG_H -#include "conf.h" -#endif - #ifdef USE_X86_ASM #include "x86.h" #ifdef USE_3DNOW_ASM |