lib/file: Remove accidentally included C header

Soda
BodgeMaster 2022-09-30 18:31:49 +02:00
parent 9fb06c998e
commit 09503d3dc7
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include <string>
#include "tinyutf8/tinyutf8.h"
#include "file.hpp"
#include "error.h"
File::File(std::string path, char mode, uint64_t cursorPosition): mode(mode), path(path), cursorPosition(cursorPosition){
try{