1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +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

@@ -40,7 +40,6 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
local shortport = require "shortport"
local stdnse = require "stdnse"
local table = require "table"
local string = require "string"
local httpspider = require "httpspider"
portrule = shortport.port_or_service( {80, 443}, {"http", "https"}, "tcp", "open")