Skip to content

Commit

Permalink
Remove pex_logging dependency in SWIG files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin-Fang Chiang committed Sep 8, 2016
1 parent 1181557 commit 82e828d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/lsst/meas/base/baseLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Basic routines to talk to lsst::meas::base classes
%module(package="lsst.meas.base", docstring=baseLib_DOCSTRING) baseLib

%{
#include "lsst/pex/logging.h"
#include "lsst/afw/geom.h"
#include "lsst/afw/math.h"
#include "lsst/afw/table.h"
Expand Down
1 change: 0 additions & 1 deletion tests/testLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "SillyCentroid.h"
#include "lsst/afw/math.h"
#include "lsst/afw/detection.h"
#include "lsst/pex/logging.h"
%}

%include "lsst/p_lsstSwig.i"
Expand Down

0 comments on commit 82e828d

Please sign in to comment.