diff options
author | Brian Paul <[email protected]> | 2011-09-17 16:31:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-20 20:17:42 -0600 |
commit | 4d53fb525db56d0695eaa5b91bd8f0cefbc25866 (patch) | |
tree | c2bb688ad1a6d0523436e4724f073f67a696c12c /src/mesa/swrast/swrast.h | |
parent | ef275f907c94be776bb5eed14ae97bfb6b537173 (diff) |
mesa: move last bits of GLchan stuff into swrast
This removes the last remnants of the GLchan datatype and associated
macros out of core Mesa and into swrast.
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r-- | src/mesa/swrast/swrast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 390b422642b..06cc651580d 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -33,6 +33,7 @@ #define SWRAST_H #include "main/mtypes.h" +#include "swrast/s_chan.h" /** * \struct SWvertex |