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