summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/1_0/Server.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/API/1_0/Server.pm')
-rw-r--r--Bugzilla/API/1_0/Server.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/API/1_0/Server.pm b/Bugzilla/API/1_0/Server.pm
index 108c25e27..83d09c401 100644
--- a/Bugzilla/API/1_0/Server.pm
+++ b/Bugzilla/API/1_0/Server.pm
@@ -11,7 +11,7 @@ use 5.10.1;
use strict;
use warnings;
-use Bugzilla::API::1_0::Constants;
+use Bugzilla::API::1_0::Constants qw(API_AUTH_HEADERS);
use Bugzilla::API::1_0::Util qw(taint_data fix_credentials api_include_exclude);
use Bugzilla::Constants;