merged path helper code from linker layer into main path layer

This commit is contained in:
Nikita Smith
2025-03-26 12:18:46 -07:00
parent 1ec1deedee
commit 0c61415f72
8 changed files with 138 additions and 126 deletions
-2
View File
@@ -30,7 +30,6 @@
#include "rdi_make/rdi_make_local.h"
#include "rdi_make/rdi_make_help.h"
#include "path/path.h"
#include "linker/path_ext/path.h"
#include "linker/hash_table.h"
#include "coff/coff.h"
#include "coff/coff_enum.h"
@@ -65,7 +64,6 @@
#include "rdi_make/rdi_make_local.c"
#include "rdi_make/rdi_make_help.c"
#include "path/path.c"
#include "linker/path_ext/path.c"
#include "linker/hash_table.c"
#include "coff/coff.c"
#include "coff/coff_enum.c"