aboutsummaryrefslogtreecommitdiff
path: root/gencode.c
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2023-07-27 12:41:06 -0400
committerGitHub <noreply@github.com>2023-07-27 12:41:06 -0400
commit08a63dc096c5360806487ee17f9e06ae6c833a67 (patch)
treeaa7c6973dc4e822bb5c725c2df483b8b5c0c9d2f /gencode.c
parentc63961294842a15cdfc858e991d611e72aec6f8c (diff)
parente80574e28617c0948eacccabf4bb665035458870 (diff)
Merge pull request #1209 from the-tcpdump-group/nuke-msdos
MSDOS packet driver interface is no longer testable
Diffstat (limited to 'gencode.c')
-rw-r--r--gencode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gencode.c b/gencode.c
index 501354bb..8f055492 100644
--- a/gencode.c
+++ b/gencode.c
@@ -43,10 +43,6 @@
#include <stdarg.h>
#include <stdio.h>
-#ifdef MSDOS
-#include "pcap-dos.h"
-#endif
-
#include "pcap-int.h"
#include "extract.h"