diff options
author | Chia-I Wu <[email protected]> | 2010-08-23 17:31:38 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-24 11:28:12 +0800 |
commit | 40fd4323b4be0eee6d4204463737a37011739333 (patch) | |
tree | 958815cc7f799d2487a664c0be5f3613298a35c2 /src/gallium/state_trackers/glx/xlib/xm_api.h | |
parent | bfd7c9ac228c7ed8aec04c3b3aa33f40ee00b035 (diff) |
st/glx: Include main/core.h.
Make st/glx include only main/core.h from core mesa.
Diffstat (limited to 'src/gallium/state_trackers/glx/xlib/xm_api.h')
-rw-r--r-- | src/gallium/state_trackers/glx/xlib/xm_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/xm_api.h b/src/gallium/state_trackers/glx/xlib/xm_api.h index 934c7494503..f209b14ea13 100644 --- a/src/gallium/state_trackers/glx/xlib/xm_api.h +++ b/src/gallium/state_trackers/glx/xlib/xm_api.h @@ -57,7 +57,7 @@ and create a window, you must do the following to use the X/Mesa interface: #define XMESA_H -#include "main/mtypes.h" +#include "main/core.h" /* for GLvisual and MESA_VERSION_STRING */ #include "state_tracker/st_api.h" #include "os/os_thread.h" |