diff options
author | Brian Paul <[email protected]> | 2002-10-25 13:50:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-25 13:50:48 +0000 |
commit | 92c195211a9f9d6cfcf369230c799a468fa2dc37 (patch) | |
tree | 1405387ddd618d29833fc75f1a474befb5727573 /src/mesa/main/Makefile.win | |
parent | c2836e9ac6ab643d293f9db8b52239299132c5bf (diff) |
remove all.h, mem.h, mem.c
Diffstat (limited to 'src/mesa/main/Makefile.win')
-rw-r--r-- | src/mesa/main/Makefile.win | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 3b80a786090..24c41d21a49 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -70,7 +70,6 @@ CORE_SRCS = \ light.c \ lines.c \ matrix.c \ - mem.c \ mmath.c \ pixel.c \ points.c \ |