From c529f6bf701dcb50741a444f496ede1fa6a44fe0 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 16 Jul 2005 00:56:20 +0000 Subject: strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the modular X build --- src/mesa/x86/common_x86_asm.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mesa/x86') diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index a913bb1d09..9977298328 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 -- cgit v1.2.3