1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Remove unneeded requires

This commit is contained in:
dmiller
2018-08-27 22:00:14 +00:00
parent 71cc60d68c
commit 199c844d8a
7 changed files with 5 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
local comm = require "comm"
local coroutine = require "coroutine"
local math = require "math"
local nmap = require "nmap"