1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:45:07 +00:00

LibCore: compile puff.c as a separate object

This commit is contained in:
joshua stein 2019-12-24 15:41:17 -06:00 committed by Andreas Kling
parent 0343be3837
commit 2aeae2aea9
3 changed files with 10 additions and 2 deletions

View file

@ -2,7 +2,6 @@
#include <AK/ByteBuffer.h>
#include <AK/Optional.h>
#include <LibCore/puff.h>
#include <LibCore/puff.c>
#include <limits.h>
#include <stddef.h>