Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary python includes in sdf/spec.cpp #128

Closed
meshula opened this issue Dec 23, 2016 · 1 comment
Closed

Unnecessary python includes in sdf/spec.cpp #128

meshula opened this issue Dec 23, 2016 · 1 comment
Assignees

Comments

@meshula
Copy link
Member

meshula commented Dec 23, 2016

These Python related includes are unneeded, and can be removed from sdf/spec.cpp bringing us one step closer to a clean Pythonic separation from the C++ portions of the libraries.

#include "pxr/base/tf/pyError.h"
#include <boost/python/extract.hpp>
#include <boost/python/object.hpp>
@jtran56
Copy link

jtran56 commented Dec 23, 2016

Filed as internal issue #141457.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants