tools: add check-imports.sh script
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 5 Jul 2013 20:42:06 +0000 (22:42 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 6 Jul 2013 15:44:45 +0000 (17:44 +0200)
commitd2d07421cad4a20778bf591e279358dd0442382e
tree8d9273e5c646be15846c656f5292c22376f5880b
parent0693d22f86de01b179343cc568a5609726bef9bb
tools: add check-imports.sh script

Checks that `using` statements in src/*.cc are properly sorted and
actually used.
tools/check-imports.sh [new file with mode: 0755]