mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove some unneeded includes from targets.h and nse_main.h
This commit is contained in:
parent
d02f2e41bd
commit
982e08749f
2 changed files with 0 additions and 22 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#include <vector>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
|
|
|
|||
21
targets.h
21
targets.h
|
|
@ -126,27 +126,6 @@
|
|||
#ifndef TARGETS_H
|
||||
#define TARGETS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "nmap_config.h"
|
||||
#else
|
||||
#ifdef WIN32
|
||||
#include "nmap_winconfig.h"
|
||||
#endif /* WIN32 */
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
/* This contains pretty much everything we need ... */
|
||||
#if HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h> /* Defines MAXHOSTNAMELEN on BSD*/
|
||||
#endif
|
||||
|
||||
#include "TargetGroup.h"
|
||||
|
||||
class Target;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue