1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-12 08:26:33 +00:00

Remove some unused requires

This commit is contained in:
dmiller
2018-03-20 17:56:55 +00:00
parent bd0523f8ee
commit 67f828ca12

View File

@@ -1,5 +1,3 @@
local bin = require("bin")
local match = require("match")
local nmap = require("nmap")
local packet = require "packet"
local shortport = require("shortport")