diff options
author | Brian Paul <[email protected]> | 2012-07-22 11:20:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-24 08:37:29 -0600 |
commit | a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c (patch) | |
tree | 3f3c3972b10e772c95192a01de897bf86c7e46b8 /src/mesa/state_tracker/st_atom_array.c | |
parent | 8b762ebd72c1bb1a9827a667ad55ba9516505adf (diff) |
mesa: move more format helper functions to glformats.c
Diffstat (limited to 'src/mesa/state_tracker/st_atom_array.c')
-rw-r--r-- | src/mesa/state_tracker/st_atom_array.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_atom_array.c b/src/mesa/state_tracker/st_atom_array.c index d60b0d7a950..ab46f11887e 100644 --- a/src/mesa/state_tracker/st_atom_array.c +++ b/src/mesa/state_tracker/st_atom_array.c @@ -1,3 +1,4 @@ + /************************************************************************** * * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas. @@ -45,7 +46,7 @@ #include "util/u_math.h" #include "main/bufferobj.h" -#include "main/image.h" +#include "main/glformats.h" static GLuint double_types[4] = { |