diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-01-05 16:24:52 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-01-06 00:25:19 +0000 |
commit | 71c603b2fc8c62651485b550494ee30da6c75cb5 (patch) | |
tree | 0a712feaff2ecc7c1b0ab813ddbfe0a5837a2a6c /caputils | |
parent | 7604371a261857b40a136bef32dc9f47ef27022c (diff) | |
download | wireshark-71c603b2fc8c62651485b550494ee30da6c75cb5.tar.gz wireshark-71c603b2fc8c62651485b550494ee30da6c75cb5.tar.bz2 wireshark-71c603b2fc8c62651485b550494ee30da6c75cb5.zip |
Clean up more includes of wtap.h.
Change-Id: Ie53b64f7e5b39a50dffb62fc0b886da71e0a3bd2
Reviewed-on: https://code.wireshark.org/review/13066
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils')
-rw-r--r-- | caputils/airpcap_loader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/caputils/airpcap_loader.c b/caputils/airpcap_loader.c index 98e4699b83..0c77b626c3 100644 --- a/caputils/airpcap_loader.c +++ b/caputils/airpcap_loader.c @@ -28,9 +28,9 @@ #include <glib.h> #include <gmodule.h> - -#include <wtap.h> #include <pcap.h> + +#include <wiretap/wtap.h> #endif #include <epan/crypt/airpdcap_ws.h> |