aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index 182b06c013..960d24f4c6 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -14,7 +14,7 @@
use strict;
use warnings;
-use Cwd qw/ abs_path /;
+use Cwd;
use File::Temp qw/ tempfile /;
use File::Path qw / mkpath /;