From 9608b9705e5d2725782104ab10e9e8cd571d1e6c Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Fri, 18 Sep 2009 12:49:25 -0700 Subject: [PATCH] --- yaml --- r: 165570 b: refs/heads/master c: d9a7a2bd07ed3b838d95559d547061afcf3e45f6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/checkincludes.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 76c04e18cbd9..a8b847dd61ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7db86dc97fb0c47af63e6b965e8ff37126050d25 +refs/heads/master: d9a7a2bd07ed3b838d95559d547061afcf3e45f6 diff --git a/trunk/scripts/checkincludes.pl b/trunk/scripts/checkincludes.pl index 8e6b716c191c..32ebff659fcc 100755 --- a/trunk/scripts/checkincludes.pl +++ b/trunk/scripts/checkincludes.pl @@ -13,12 +13,12 @@ ++$includedfiles{$1}; } } + + close(FILE); foreach $filename (keys %includedfiles) { if ($includedfiles{$filename} > 1) { print "$file: $filename is included more than once.\n"; } } - - close(FILE); }