moved private definitions out of public headers.

This commit is contained in:
Christoph Oelckers 2023-08-22 21:36:57 +02:00
commit c77ece4922
15 changed files with 111 additions and 105 deletions

View file

@ -34,7 +34,7 @@
*/
#include <string>
#include "fs_files.h"
#include "files_internal.h"
namespace FileSys {