Skip to content

Commit

Permalink
Remove pex_logging dependency in a SWIG file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin-Fang Chiang committed Sep 15, 2016
1 parent e892f60 commit 0171da0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/obs/subaru/subaruLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Interface class for subaru crosstalk correction
#include "lsst/base.h"
#include "lsst/daf/base.h"
#include "lsst/afw/geom.h"
#include "lsst/pex/logging.h"
//#include "lsst/afw/geom/Point.h"
//#include "lsst/afw/geom/Extent.h"
#include "lsst/afw/cameraGeom.h"
Expand All @@ -34,7 +33,6 @@ namespace std {
%template(VecVecInt) vector< vector<int> >;
}

%import "lsst/pex/logging/loggingLib.i"
%import "lsst/daf/base/baseLib.i"
%import "lsst/afw/geom/geomLib.i"
%import "lsst/afw/cameraGeom/cameraGeomLib.i"
Expand Down

0 comments on commit 0171da0

Please sign in to comment.