summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src/utils.h')
-rw-r--r--plugins/Ping/src/utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Ping/src/utils.h b/plugins/Ping/src/utils.h
index 0d27745908..15d8a736e5 100644
--- a/plugins/Ping/src/utils.h
+++ b/plugins/Ping/src/utils.h
@@ -1,14 +1,6 @@
#ifndef _PING_UTILS
#define _PING_UTILS
-#pragma warning( disable : 4786 )
-
-#include "pingthread.h" // for mainthread, for popup
-//#include "icmp.h"
-#include "rawping.h"
-#include "icmp.h"
-#include "options.h"
-
void __stdcall ShowPopup( const char* line1, const char* line2, int flags );
INT_PTR PluginPing(WPARAM wParam,LPARAM lParam);