lib/file: Remove accidentally included C header
parent
9fb06c998e
commit
09503d3dc7
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "tinyutf8/tinyutf8.h"
|
#include "tinyutf8/tinyutf8.h"
|
||||||
#include "file.hpp"
|
#include "file.hpp"
|
||||||
#include "error.h"
|
|
||||||
|
|
||||||
File::File(std::string path, char mode, uint64_t cursorPosition): mode(mode), path(path), cursorPosition(cursorPosition){
|
File::File(std::string path, char mode, uint64_t cursorPosition): mode(mode), path(path), cursorPosition(cursorPosition){
|
||||||
try{
|
try{
|
||||||
|
|
Loading…
Reference in New Issue