Index: /trunk/BNC/scripts/compareSP3Plot.pl
===================================================================
--- /trunk/BNC/scripts/compareSP3Plot.pl	(revision 9835)
+++ /trunk/BNC/scripts/compareSP3Plot.pl	(revision 9836)
@@ -25,8 +25,8 @@
 use File::Basename;
 use Date::Manip;
-use lib $ENV{'BKG_PERL_LIB'};
-use Misc::Gps_Date;
 use List::MoreUtils qw( minmax );
 use experimental 'smartmatch';
+
+use Gps_Date; # Bernese
 
 # -----------------------------------------------------------------------------
Index: /trunk/BNC/scripts/pppPlot.pl
===================================================================
--- /trunk/BNC/scripts/pppPlot.pl	(revision 9835)
+++ /trunk/BNC/scripts/pppPlot.pl	(revision 9836)
@@ -37,4 +37,8 @@
 use Log::Log4perl qw(:easy);
 use PDF::API2;
+
+use Bnc;
+use Common;
+
 use constant {
                mm   => 25.4 / 72,
@@ -42,8 +46,4 @@
                pt   => 1,
 };    # There are 72 postscript points in an inch and there are 25.4 millimeters in an inch.
-
-# BKG Perl libs
-use Bnc;
-use Common;
 
 
