diff options
author | Eric Anholt <eric@anholt.net> | 2015-02-11 15:05:06 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-02-20 11:36:34 -0800 |
commit | b53d035825ef3ad680470aa5c4f9dc51f8f5676b (patch) | |
tree | 25ebc310a0eb426f9bf815d12dc44d4ad6db54ff /src/mesa/Makefile.sources | |
parent | 8aa381e3cd848f051931f86af5fdcd59921916ee (diff) | |
download | external_mesa3d-b53d035825ef3ad680470aa5c4f9dc51f8f5676b.zip external_mesa3d-b53d035825ef3ad680470aa5c4f9dc51f8f5676b.tar.gz external_mesa3d-b53d035825ef3ad680470aa5c4f9dc51f8f5676b.tar.bz2 |
util: Move Mesa's bitset.h to util/.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index b5912b7..5b4e712 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -24,7 +24,6 @@ MAIN_FILES = \ main/atifragshader.h \ main/attrib.c \ main/attrib.h \ - main/bitset.h \ main/blend.c \ main/blend.h \ main/blit.c \ |