summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/stw_pixelformat.c
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.c
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.c')
-rw-r--r--src/gallium/state_trackers/wgl/stw_pixelformat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/wgl/stw_pixelformat.c b/src/gallium/state_trackers/wgl/stw_pixelformat.c
index e606477e97..18ac482369 100644
--- a/src/gallium/state_trackers/wgl/stw_pixelformat.c
+++ b/src/gallium/state_trackers/wgl/stw_pixelformat.c
@@ -25,15 +25,13 @@
*
**************************************************************************/
-#include "main/mtypes.h"
-#include "main/context.h"
-
#include "pipe/p_format.h"
#include "pipe/p_defines.h"
#include "pipe/p_screen.h"
#include "util/u_format.h"
#include "util/u_debug.h"
+#include "util/u_memory.h"
#include "stw_icd.h"
#include "stw_device.h"