diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-09-05 13:51:37 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-09-05 13:51:37 -0700 |
commit | 787f37eeffdc3c37beeca8357d667ef35880c62b (patch) | |
tree | d5d05c10d3cf92fa27558aebf45afa7d737bd74f /optimize.c | |
parent | d7c711dec95c78d6b638f54e3761bba095042992 (diff) |
Get rid of pcap-stdinc.h.
On Windows, in each file, include whatever that particular file needs,
just as we do on UN*X and MS-DOS.
Diffstat (limited to 'optimize.c')
-rw-r--r-- | optimize.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ #endif #include <pcap-types.h> -#ifdef _WIN32 -#include <pcap-stdinc.h> -#endif /* _WIN32 */ #include <stdio.h> #include <stdlib.h> |