Cleanup: Use `intern/render_types.h` for lineart_cpu.c

The `intern/` is needed for it to compile successfully on macos.
This commit is contained in:
ChengduLittleA 2023-09-21 10:08:30 +08:00
parent 963c0ed5e7
commit f6082a5042
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
#include "MEM_guardedalloc.h"
#include "RE_pipeline.h"
#include "render_types.h"
#include "intern/render_types.h"
#include "lineart_intern.h"