summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-11-14 12:14:40 -0800
committerEric Anholt <[email protected]>2015-01-28 16:33:34 -0800
commit8ab6759cef6dc5101be3badce10a52d1d046f2ea (patch)
tree70b78a573b81a9dba709ad579501e79767d5b499 /src/mesa/Makefile.sources
parent2397a721291457c146c7f4bcd48adcb3b2d979bd (diff)
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 <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 720ee5be4e1..b5912b76a34 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 \