[kandinsky] Remove obsolete calls to files

This commit is contained in:
Léa Saviot
2019-01-17 17:28:01 +01:00
committed by Émilie Feral
parent 4bd2f6b156
commit 501aa01fe7
2 changed files with 1 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ endif
$(eval $(call rule_for, \
HOSTCC, \
kandinsky/fonts/rasterizer, \
kandinsky/fonts/rasterizer.c kandinsky/fonts/unicode_for_symbol.c $(addprefix ion/src/external/lz4/, lz4.c lz4hc.c), \
kandinsky/fonts/rasterizer.c $(addprefix ion/src/external/lz4/, lz4.c lz4hc.c), \
$$(HOSTCC) $$(RASTERIZER_CFLAGS) $$^ $$(RASTERIZER_LDFLAGS) -o $$@ \
))

View File

@@ -15,7 +15,6 @@
#include <ft2build.h>
#include FT_FREETYPE_H
#include "unicode_for_symbol.h"
#include "code_points.h"
#include "../../ion/src/external/lz4/lz4hc.h"