diff options
author | George Sapountzis <[email protected]> | 2011-11-03 11:59:57 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2011-11-04 23:33:03 +0200 |
commit | fc9e80fab9dc529cbe67cc718b89b17e18fa41d8 (patch) | |
tree | 8e57d3747ce3a119eca659a039a95c307f68a624 /src/mesa | |
parent | 721669d078afcf8f73e14bf2cf77889ad617e71e (diff) |
dri: drop drmLock remnants
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/common/drisw_util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/common/drisw_util.h b/src/mesa/drivers/dri/common/drisw_util.h index d43f5235aa6..deb27093627 100644 --- a/src/mesa/drivers/dri/common/drisw_util.h +++ b/src/mesa/drivers/dri/common/drisw_util.h @@ -36,11 +36,9 @@ #ifndef _DRISW_UTIL_H #define _DRISW_UTIL_H -#include "main/mtypes.h" - #include <GL/gl.h> #include <GL/internal/dri_interface.h> -typedef struct _drmLock drmLock; +#include "main/mtypes.h" /** |