From a3ea256d00e5aac45574c7c8b076b60630f73a95 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 24 Jul 2025 09:15:17 +0100 Subject: feat! refactor! Breaking changes of the NeBuild system. Working on a TOML backend, refactored source code namespace. And add 'toml++' vendor library. See commit details. Signed-off-by: Amlal El Mahrouss --- dev/BuildKit/Includes.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dev/BuildKit/Includes.h (limited to 'dev/BuildKit/Includes.h') diff --git a/dev/BuildKit/Includes.h b/dev/BuildKit/Includes.h deleted file mode 100644 index 4cb3043..0000000 --- a/dev/BuildKit/Includes.h +++ /dev/null @@ -1,17 +0,0 @@ -// ============================================================= // -// nebuild -// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. -// ============================================================= // - -#ifndef NEBUILD_INCLUDES_H -#define NEBUILD_INCLUDES_H - -#include -#include -#include -#include -#include -#include -#include - -#endif // NEBUILD_INCLUDES_H -- cgit v1.2.3