diff options
author | Eric Anholt <eric@anholt.net> | 2014-11-14 12:14:40 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-01-28 16:33:34 -0800 |
commit | 8ab6759cef6dc5101be3badce10a52d1d046f2ea (patch) | |
tree | 70b78a573b81a9dba709ad579501e79767d5b499 /src/mesa/Makefile.sources | |
parent | 2397a721291457c146c7f4bcd48adcb3b2d979bd (diff) | |
download | external_mesa3d-8ab6759cef6dc5101be3badce10a52d1d046f2ea.zip external_mesa3d-8ab6759cef6dc5101be3badce10a52d1d046f2ea.tar.gz external_mesa3d-8ab6759cef6dc5101be3badce10a52d1d046f2ea.tar.bz2 |
mesa: Move simple_list.h to src/util.
We have two copies of it in the tree, I'm going to delete one.
Reviewed-by: Marek Olšák <marek.olsak@amd.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 720ee5b..b5912b7 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -176,7 +176,6 @@ MAIN_FILES = \ main/shader_query.cpp \ main/shared.c \ main/shared.h \ - main/simple_list.h \ main/state.c \ main/state.h \ main/stencil.c \ |