1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 23:19:03 +00:00

Remove unused requires

This commit is contained in:
dmiller
2019-06-27 19:13:41 +00:00
parent 5a1b396f67
commit 2f7f6c7b6a
35 changed files with 13 additions and 43 deletions

View File

@@ -1,7 +1,6 @@
local creds = require "creds"
local http = require "http"
local io = require "io"
local nmap = require "nmap"
local shortport = require "shortport"
local stdnse = require "stdnse"
local stringaux = require "stringaux"