#ifndef CORE_FILE_H #define CORE_FILE_H #include #include "utils/ArrayString.h" namespace Core { using Path = String8; } #endif