From 04e3ded4c28c0b559620609daaae7b939d776b61 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 15 Jun 2024 11:42:48 -0700 Subject: Add path. --- filesystem/include/filesystem.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'filesystem/include/filesystem.h') diff --git a/filesystem/include/filesystem.h b/filesystem/include/filesystem.h index 3dce87f..1c354b7 100644 --- a/filesystem/include/filesystem.h +++ b/filesystem/include/filesystem.h @@ -3,7 +3,6 @@ */ #pragma once -#include #include #include @@ -12,8 +11,3 @@ size_t get_file_size(FILE* file); /// Read the entire contents of the file into memory. void* read_file(const char* filepath); - -/// Make a path relative to the parent directory of a file. -bool make_relative_path( - const char* filepath, const char* path, char* relative, - size_t relative_length); -- cgit v1.2.3