diff options
Diffstat (limited to 'src/mesa/x86/common_x86.c')
-rw-r--r-- | src/mesa/x86/common_x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index 36b2e82fb63..bdc1417f5ee 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -55,7 +55,7 @@ #endif #include "main/errors.h" -#include "main/imports.h" +#include "util/imports.h" #include "common_x86_asm.h" |