diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-10-03 20:09:32 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-10-03 20:09:32 -0700 |
commit | e0406e7bb69fe48194a9d9aae9344c2ff39c063b (patch) | |
tree | 90b756e998c2434b846f9216e60e0012862947c8 /pcap-null.c | |
parent | b1d00f51757e6ad6950dbec4ee3deb56a661f5da (diff) |
No need to generate version.c or pcap_version.h.
We can get the project version from config.h, so do so.
Diffstat (limited to 'pcap-null.c')
-rw-r--r-- | pcap-null.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcap-null.c b/pcap-null.c index e60cdd0f..92a5e2d8 100644 --- a/pcap-null.c +++ b/pcap-null.c @@ -55,8 +55,6 @@ pcap_lookupnet(const char *device _U_, bpf_u_int32 *netp _U_, } #endif -#include "pcap_version.h" - /* * Libpcap version string. */ |