diff options
author | Keith Whitwell <[email protected]> | 2009-01-28 18:25:46 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-28 18:25:46 +0000 |
commit | 906230d16e8950004cb5e1deed14c78f7d9f2817 (patch) | |
tree | bd24da34206463059e92f9afbc1bdd70c9542b0f /src/gallium/state_trackers/wgl/icd | |
parent | 66059cd3c95bf5eba7922a4a09c2596514e5e956 (diff) |
svga: remove pixelformat helpers from stw shared interface
Keep these internal structs private to wgl/shared. Pull in
some pixelformat choosing code from wgl/wgl to avoid exporting them
more generally.
Diffstat (limited to 'src/gallium/state_trackers/wgl/icd')
-rw-r--r-- | src/gallium/state_trackers/wgl/icd/stw_icd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/icd/stw_icd.c b/src/gallium/state_trackers/wgl/icd/stw_icd.c index 62d6adc7347..35a8eee2206 100644 --- a/src/gallium/state_trackers/wgl/icd/stw_icd.c +++ b/src/gallium/state_trackers/wgl/icd/stw_icd.c @@ -34,7 +34,6 @@ #include "shared/stw_public.h" #include "icd/stw_icd.h" -#include "wgl/stw_wgl.h" #include "stw.h" |