summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-08-06 00:50:07 +0800
committerruki <[email protected]>2022-08-06 00:50:07 +0800
commit8ac03c2d83d6cf5b9509ab2d4e756998711886b8 (patch)
tree63fede78f7e457a4cdc7e8a8131e64a6c23217de /xmake/rules/c++/modules/xmake.lua
parent11c04bf269dba07285bbbc50dee6fa13cdc15f8d (diff)
remove unused import
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
-rw-r--r--xmake/rules/c++/modules/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua
index 321ee5089..a4288034d 100644
--- a/xmake/rules/c++/modules/xmake.lua
+++ b/xmake/rules/c++/modules/xmake.lua
@@ -73,7 +73,6 @@ rule("c++.build.modules.builder")
end
import("modules_support.common")
- import("modules_support.stl_headers")
-- patch sourcebatch
common.patch_sourcebatch(target, sourcebatch, opt)