From d46e1d7f37bae1954911d8659e048c646a07cd08 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 23 Aug 2025 07:22:04 -0400 Subject: [PATCH] rename: contents->posix_contents --- src/create_project.c | 2 +- src/{contents.h => posix_contents.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{contents.h => posix_contents.h} (100%) diff --git a/src/create_project.c b/src/create_project.c index 23fba95..0d1b79e 100644 --- a/src/create_project.c +++ b/src/create_project.c @@ -13,7 +13,7 @@ #include #include "../include/yait.h" -#include "contents.h" +#include "posix_contents.h" #include "util.h" int create_project(manifest_t manifest) diff --git a/src/contents.h b/src/posix_contents.h similarity index 100% rename from src/contents.h rename to src/posix_contents.h