linux-dri-x86 build fix from Andreas Stenglein.

This commit is contained in:
Adam Jackson 2005-01-02 03:36:53 +00:00
parent 7a231da442
commit 3c80f5c56b
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
#include "matrix.h"
#include "extensions.h"
#if defined(USE_X86_ASM)
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"
#endif
#include "simple_list.h"
#include "mm.h"

View file

@ -6,7 +6,7 @@
#include "s3v_vb.h"
#include "s3v_lock.h"
#if defined(USE_X86_ASM)
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"
#endif
#include "context.h"

View file

@ -40,7 +40,7 @@
#include "matrix.h"
#include "extensions.h"
#if defined(USE_X86_ASM)
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"
#endif
#include "simple_list.h"
#include "mm.h"

View file

@ -27,7 +27,7 @@
#include "trident_context.h"
#include "trident_lock.h"
#if defined(USE_X86_ASM)
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"
#endif
#include "swrast/swrast.h"