mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
LibFileSystem: Move TempFile
from LibCore
to LibFileSystem
As suggested in commit de18485
This commit is contained in:
parent
492e5c3c14
commit
752f06f228
6 changed files with 22 additions and 23 deletions
|
@ -10,7 +10,6 @@
|
|||
#include "TerminalWrapper.h"
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Noncopyable.h>
|
||||
#include <LibCore/TempFile.h>
|
||||
|
||||
namespace HackStudio {
|
||||
class ProjectBuilder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue