1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

Remove unneeded requires

This commit is contained in:
dmiller
2015-02-28 12:43:59 +00:00
parent fac667e621
commit 4d106cbe23
77 changed files with 5 additions and 99 deletions

View File

@@ -1,7 +1,6 @@
local http = require("http")
local shortport = require("shortport")
local stdnse = require("stdnse")
local strbuf = require("strbuf")
local string = require("string")
local table = require("table")