1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:47:45 +00:00

LibCore: Forward declare MappedFile

This commit is contained in:
Lucas CHOLLET 2023-01-14 19:55:23 -05:00 committed by Sam Atkins
parent 13b149b42e
commit 0f4a8731fd

View file

@ -25,6 +25,7 @@ class File;
class IODevice;
class LocalServer;
class LocalSocket;
class MappedFile;
class MimeData;
class NetworkJob;
class NetworkResponse;