aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-12-20 15:05:45 +0000
committerJoão Valverde <j@v6e.pt>2021-12-21 23:00:04 +0000
commit9a52634c5ff8d42b34915798b10e83e3b46e936a (patch)
tree7d2933ca0d15d3276779f2bb27a6f208b9c69501 /doc
parent9b62d8ba050dbb19c648054304824a3cc3ed8e54 (diff)
Add ws_version.h to wireshark.h
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins.example/hello.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/plugins.example/hello.c b/doc/plugins.example/hello.c
index ce7da8330b..55953380eb 100644
--- a/doc/plugins.example/hello.c
+++ b/doc/plugins.example/hello.c
@@ -9,7 +9,6 @@
#define WS_BUILD_DLL
#include <wireshark.h>
-#include <ws_version.h>
#include <epan/packet.h>
#include <epan/proto.h>