diff --git a/.github/workflows/sdk-release.yml b/.github/workflows/sdk-release.yml index 95290d3..3d3bfe1 100644 --- a/.github/workflows/sdk-release.yml +++ b/.github/workflows/sdk-release.yml @@ -244,7 +244,7 @@ jobs: #include #include #include - #include + #include #include diff --git a/modules/middleware b/modules/middleware index 1eefa0e..17b2c52 160000 --- a/modules/middleware +++ b/modules/middleware @@ -1 +1 @@ -Subproject commit 1eefa0e2abe48d8af8dd62201b9f921c1b8bfaa5 +Subproject commit 17b2c527b974ddce93d813b30806804270d84509 diff --git a/modules/p2p b/modules/p2p index 436da3c..a560fa2 160000 --- a/modules/p2p +++ b/modules/p2p @@ -1 +1 @@ -Subproject commit 436da3c84379f5540feb0093b466201fccb06000 +Subproject commit a560fa22402dbea24b95a11797a9d5f6200adbb2 diff --git a/modules/websocket b/modules/websocket index 5a02658..f987247 160000 --- a/modules/websocket +++ b/modules/websocket @@ -1 +1 @@ -Subproject commit 5a02658da01d780b3dfcefd6202705a6a21b9e1e +Subproject commit f987247e1c07beb17028f5c329fb0b932727f741 diff --git a/vix/all.hpp b/vix/all.hpp index e296ed1..166d363 100644 --- a/vix/all.hpp +++ b/vix/all.hpp @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include diff --git a/vix/cli.hpp b/vix/cli.hpp deleted file mode 100644 index 1012a61..0000000 --- a/vix/cli.hpp +++ /dev/null @@ -1,32 +0,0 @@ -/** - * - * @file cli.hpp - * @author Gaspard Kirira - * - * @brief Public entry point for the Vix CLI module. - * - * Provides a clean and stable API for the Vix command-line runtime, - * including command dispatching, project scaffolding, build orchestration, - * diagnostics, package management, and developer tooling. - * - * Usage: - * #include - * - * For advanced usage, include specific components from: - * - * - * Copyright 2025, Gaspard Kirira. - * All rights reserved. - * https://github.com/vixcpp/vix - * - * Use of this source code is governed by a MIT license - * that can be found in the License file. - * - * Vix.cpp - */ -#ifndef VIX_CLI_HPP -#define VIX_CLI_HPP - -#include - -#endif // VIX_CLI_HPP