diff options
author | Matt Turner <[email protected]> | 2017-09-27 21:39:50 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | 8d02abd0feaaef28a35d89903bd534a7f27c38d7 (patch) | |
tree | 9f073f522e8310590022063eeb135b1ea4cee0e4 /src/mesa/Makefile.sources | |
parent | c17c47207b96172ca9c85a16f7fb7f1d3ea959d8 (diff) |
mesa: Delete now unused dlopen.h
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
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 2e4cf6f6388..16bd1342734 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -67,7 +67,6 @@ MAIN_FILES = \ main/depth.h \ main/dlist.c \ main/dlist.h \ - main/dlopen.h \ main/drawpix.c \ main/drawpix.h \ main/drawtex.c \ |