diff options
author | Brian Paul <[email protected]> | 2003-06-10 19:06:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-06-10 19:06:20 +0000 |
commit | 5f3439916b74ed792ad12d1e614a2a5bc0a94b3a (patch) | |
tree | ebf05c717eadbd1c290e0f8cf336122774e74414 /src/mesa/x86 | |
parent | 5e04bcf6de7a0fceb8ea0893238919c24cef137d (diff) |
fixes for x86 builds
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/gen_matypes.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c index 9b06721d74e..b4e7e6b7fd6 100644 --- a/src/mesa/x86/gen_matypes.c +++ b/src/mesa/x86/gen_matypes.c @@ -1,10 +1,8 @@ -/* $Id: gen_matypes.c,v 1.10 2002/10/29 20:28:58 brianp Exp $ */ - /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.1 * - * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -34,8 +32,8 @@ * Mesa, including lighting, clipping, texture image conversion etc. */ -#include "glheader.h" -#include "mtypes.h" +#include "main/glheader.h" +#include "main/mtypes.h" #include "tnl/t_context.h" |