Wireshark-commits: [Wireshark-commits] master 48f7ce7: checkAPIs.pl: check how ui class files are i
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48f7ce79e272636c407219a7df15f6f0cb0f93d6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
48f7ce7 by Martin Kaiser (wireshark@xxxxxxxxx):
checkAPIs.pl: check how ui class files are included
flag up a warning if a ui class file is included from the current
directory by using #include ""
Visual Studio needs #include <> to make sure that we always pick up
these files from the build directory if we're building with CMake
combine this check with the other check for gcrypt.h so that included
files are checked in one common subroutine
Change-Id: If8420ff5886f8eb2a71aa8fbfe6bc5d2bda607ce
Reviewed-on: https://code.wireshark.org/review/9189
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 13df6e9 bacapp: cleanup and remove some add_text
adds 48f7ce7 checkAPIs.pl: check how ui class files are included
Summary of changes:
tools/checkAPIs.pl | 41 +++++++++++++++++++++++++++++++----------
1 file changed, 31 insertions(+), 10 deletions(-)