Remove some unneeded includes from targets.h and nse_main.h

This commit is contained in:
dmiller 2015-07-01 04:35:27 +00:00
parent d02f2e41bd
commit 982e08749f
2 changed files with 0 additions and 22 deletions

View file

@ -4,7 +4,6 @@
#include <vector>
#include <list>
#include <string>
#include <string.h>
extern "C" {
#include "lua.h"

View file

@ -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;