Remove some unused windows headers and silence warnings

This commit is contained in:
dmiller 2019-05-29 16:39:05 +00:00
parent 9037c946d9
commit a668cdb9c7
10 changed files with 24 additions and 983 deletions

View file

@ -128,6 +128,10 @@
* *
***************************************************************************/
#ifdef WIN32
#include "winfix.h"
#endif
#include "nping.h"
#include "nbase.h"
#include "NpingOps.h"
@ -137,9 +141,6 @@
#include "output.h"
#include "common.h"
#ifdef WIN32
#include "winfix.h"
#endif
/******************************************************************************
* Constructors and destructors *

View file

@ -128,6 +128,10 @@
* *
***************************************************************************/
#ifdef WIN32
#include "winfix.h"
#endif
#include "nping.h"
#include "output.h"
#include "NpingOps.h"
@ -145,9 +149,7 @@
#include "pcap.h"
#include <signal.h>
#include <time.h>
#ifdef WIN32
#include "winfix.h"
#endif
using namespace std;
NpingOps o;
EchoClient ec;

View file

@ -131,9 +131,9 @@
/* $Id: */
#include "winfix.h"
#include "nping.h"
//#include "tcpip.h"
#include "winfix.h"
#include "NpingOps.h"
#include "output.h"
#include <Packet32.h>