build fixes

This commit is contained in:
Alan Hourihane 2003-12-04 16:38:05 +00:00
parent 4abac931e8
commit 164c703e98
3 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,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 "gamma_vb.h"
#include "gamma_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

@ -42,7 +42,6 @@
#include <sys/sysctl.h>
#endif
#include "context.h"
#include "common_x86_asm.h"
#include "imports.h"