summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/stw_pixelformat.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-08-23 17:31:27 +0800
committerChia-I Wu <olv@lunarg.com>2010-08-24 11:36:48 +0800
commit59e6e765426a5877db7446e1e34bb7edd3dc1f74 (patch)
treeda8bf94e7eb81161d4ffbe82e05d27b47a13cc05 /src/gallium/state_trackers/wgl/stw_pixelformat.h
parent40fd4323b4be0eee6d4204463737a37011739333 (diff)
st/wgl: Include main/core.h.
Make st/wgl include only main/core.h from core mesa.
Diffstat (limited to 'src/gallium/state_trackers/wgl/stw_pixelformat.h')
-rw-r--r--src/gallium/state_trackers/wgl/stw_pixelformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/wgl/stw_pixelformat.h b/src/gallium/state_trackers/wgl/stw_pixelformat.h
index d405172773..282c9f643c 100644
--- a/src/gallium/state_trackers/wgl/stw_pixelformat.h
+++ b/src/gallium/state_trackers/wgl/stw_pixelformat.h
@@ -34,8 +34,6 @@
#define PFD_SUPPORT_COMPOSITION 0x00008000
#endif
-#include "main/mtypes.h"
-
#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
#include "state_tracker/st_api.h"