1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:27:44 +00:00

LibFileSystem: Move TempFile from LibCore to LibFileSystem

As suggested in commit de18485
This commit is contained in:
Cameron Youell 2023-03-22 02:36:18 +11:00 committed by Linus Groh
parent 492e5c3c14
commit 752f06f228
6 changed files with 22 additions and 23 deletions

View file

@ -30,7 +30,6 @@ set(SOURCES
System.cpp
SystemServerTakeover.cpp
TCPServer.cpp
TempFile.cpp
Timer.cpp
UDPServer.cpp
Version.cpp