commit 07db56292477e9c36e3cb73ea30745bf48209ed0 parent 4c84a2d4224856e581654156c725e88c682a77c9 Author: William Casarin <jb55@jb55.com> Date: Sun, 21 Jul 2019 16:59:58 -0700 compile-model: remove dae reference for now Diffstat:
M | tools/compile-model.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/tools/compile-model.c b/tools/compile-model.c @@ -3,7 +3,6 @@ #include <stdlib.h> #include <assert.h> -#include "dae.h" #include "debug.h" #include "mdl.h" #include "ply.h"