aboutsummaryrefslogtreecommitdiffstats
path: root/file.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 /file.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 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 9d178770cd..97a05630f6 100644
--- a/file.c
+++ b/file.c
@@ -33,7 +33,7 @@
#include <wsutil/tempfile.h>
#include <wsutil/file_util.h>
#include <wsutil/filesystem.h>
-#include <ws_version_info.h>
+#include <version_info.h>
#include <wiretap/merge.h>