🎨 style(bridge): drop unused std imports
This commit is contained in:
parent
1a784c6452
commit
baaf2ee688
|
|
@ -5,8 +5,6 @@ module;
|
||||||
|
|
||||||
export module glaze;
|
export module glaze;
|
||||||
|
|
||||||
import std;
|
|
||||||
|
|
||||||
// Re-export glaze namespace
|
// Re-export glaze namespace
|
||||||
export namespace glz
|
export namespace glz
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,6 @@ module;
|
||||||
|
|
||||||
export module spdlog;
|
export module spdlog;
|
||||||
|
|
||||||
import std;
|
|
||||||
|
|
||||||
// Re-export spdlog namespace
|
// Re-export spdlog namespace
|
||||||
export namespace spdlog
|
export namespace spdlog
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ module;
|
||||||
|
|
||||||
export module taskflow;
|
export module taskflow;
|
||||||
|
|
||||||
import std;
|
|
||||||
|
|
||||||
// Re-export taskflow namespace
|
// Re-export taskflow namespace
|
||||||
export namespace tf
|
export namespace tf
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@ module;
|
||||||
|
|
||||||
export module tree_sitter;
|
export module tree_sitter;
|
||||||
|
|
||||||
import std;
|
|
||||||
|
|
||||||
// Re-export stdint macros that modules don't automatically provide
|
// Re-export stdint macros that modules don't automatically provide
|
||||||
export constexpr uint32_t UINT32_MAX_VALUE = UINT32_MAX;
|
export constexpr uint32_t UINT32_MAX_VALUE = UINT32_MAX;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,6 @@ module;
|
||||||
|
|
||||||
export module lsp.bridge.win32_stdio;
|
export module lsp.bridge.win32_stdio;
|
||||||
|
|
||||||
import std;
|
|
||||||
|
|
||||||
export namespace lsp::bridge::win32_stdio
|
export namespace lsp::bridge::win32_stdio
|
||||||
{
|
{
|
||||||
inline void SetStdioBinaryMode()
|
inline void SetStdioBinaryMode()
|
||||||
|
|
@ -20,4 +18,3 @@ export namespace lsp::bridge::win32_stdio
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue