aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-09-26 15:04:56 +0100
committerJoão Valverde <j@v6e.pt>2017-09-26 17:32:08 +0000
commita269ae1b6a0a65d3e28a4c59487f7fd9b8a5685c (patch)
treec98d7d852a9c6fef5e05c63059553ce79a08806c /text2pcap.c
parent221a2bcbd0bd9fc04eacbe223f9118cabecccac1 (diff)
Rename "ws_version_info.h", also .c
It's not installed so like most other files it doesn't need or benefit from the prefix. Change-Id: I01517e06f12b3101fee21b68cba3bc6842bbef5c Reviewed-on: https://code.wireshark.org/review/23751 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 8a946589ca..e55fc046a3 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -112,7 +112,7 @@
#include <string.h>
#include <wsutil/file_util.h>
#include <wsutil/crash_info.h>
-#include <ws_version_info.h>
+#include <version_info.h>
#include <wsutil/inet_addr.h>
#ifdef _WIN32