1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-14 01:16:33 +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

@@ -23,7 +23,6 @@ categories = {"exploit", "vuln"}
local http = require "http"
local shortport = require "shortport"
local stdnse = require "stdnse"
local string = require "string"
local url = require "url"
portrule = shortport.http