diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-12-30 19:36:26 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-12-31 03:41:02 +0000 |
commit | c1f30471caebea3e7954cc4fbf876b2eae1045e4 (patch) | |
tree | 87b10cc473da009eb2b2002059fe0b86c1ec81cd /capinfos.c | |
parent | 4eeb440b70a720dec71317702def6dec9a0914b2 (diff) | |
download | wireshark-c1f30471caebea3e7954cc4fbf876b2eae1045e4.tar.gz wireshark-c1f30471caebea3e7954cc4fbf876b2eae1045e4.tar.bz2 wireshark-c1f30471caebea3e7954cc4fbf876b2eae1045e4.zip |
Move the version_info.c stuff to wsutil/ws_version_info.c.
Change-Id: I3a5c7e219974bfb924819b43b4d445eaf00e5bde
Reviewed-on: https://code.wireshark.org/review/6153
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capinfos.c')
-rw-r--r-- | capinfos.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/capinfos.c b/capinfos.c index e246b8f2ee..b5a2104847 100644 --- a/capinfos.c +++ b/capinfos.c @@ -107,8 +107,6 @@ #include <wsutil/unicode-utils.h> #endif /* _WIN32 */ -#include "version_info.h" - /* * By default capinfos now continues processing * the next filename if and when wiretap detects |