Browse Source

Removed unnecessary inclusion of winsock2.h.

master
adeniz 4 years ago
parent
commit
baec2fef7d
1 changed files with 0 additions and 12 deletions
  1. 0
    12
      snfLOGmgr.hpp

+ 0
- 12
snfLOGmgr.hpp View File

@@ -18,18 +18,6 @@
#include <ctime>
#include <cstdio>

#include "../CodeDweller/timing.hpp"

#ifdef WIN32

// Required because threading.hpp includes windows.h.
#include <winsock2.h>

#endif

#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/histogram.hpp"

#include "snf_match.h"

#include "snfCFGmgr.hpp"

Loading…
Cancel
Save