Skip to content

Commit

Permalink
Remove unnecessary pex_logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin-Fang Chiang committed Sep 28, 2016
1 parent fbba628 commit ab0d697
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion python/lsst/meas/extensions/shapeHSM/hsmLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Various swigged-up C++ classes for testing
%naturalvar; // use const reference typemaps

%{
#include "lsst/pex/logging.h"
#include "lsst/afw/image.h"
#include "lsst/afw/cameraGeom.h"
#include "lsst/afw/detection.h"
Expand Down
1 change: 0 additions & 1 deletion src/HsmMoments.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/

#include "lsst/pex/exceptions.h"
#include "lsst/pex/logging/Trace.h"
#include "lsst/afw/image.h"
#include "lsst/afw/detection/Psf.h"
#include "lsst/afw/math/Statistics.h"
Expand Down
1 change: 0 additions & 1 deletion src/HsmShape.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/

#include "lsst/pex/exceptions.h"
#include "lsst/pex/logging/Trace.h"
#include "lsst/afw/image.h"
#include "lsst/afw/detection/Psf.h"
#include "lsst/afw/math/Statistics.h"
Expand Down
1 change: 0 additions & 1 deletion ups/meas_extensions_shapeHSM.table
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ setupRequired(afw)
setupRequired(daf_base)
setupRequired(numpy)
setupRequired(pex_exceptions)
setupRequired(pex_logging)
setupRequired(sconsUtils)
setupRequired(utils)

Expand Down

0 comments on commit ab0d697

Please sign in to comment.