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

Removed #include PyIlmBaseConfigInternal.h from all public .h files. #712

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImath.h"
#include <PyIex.h>
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathAutovectorize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathAutovectorize.h"


Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathBasicTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathBasicTypes.h"
#include <Python.h>
#include <boost/python.hpp>
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathBox.h"
#include "PyImathVec.h"
#include "PyImathMathExc.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathBox2Array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathBoxArrayImpl.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathBox3Array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathBoxArrayImpl.h"
#include "PyImathExport.h"

Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathColor3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
// order to work around MSVC limitations.
//

#include "PyIlmBaseConfigInternal.h"

#include "PyImathColor.h"
#include "PyImathVec.h"
#include "PyImathDecorators.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathColor4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathColor.h"
#include "PyImathDecorators.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathEuler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathEuler.h"
#include "PyImathDecorators.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathFixedArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathFixedArray.h"
#include "PyImathExport.h"

Expand Down
1 change: 0 additions & 1 deletion PyIlmBase/PyImath/PyImathFixedArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <iostream>
#include <IexMathFloatExc.h>
#include "PyImathUtil.h"
#include <PyIlmBaseConfigInternal.h>

#ifdef PYIMATH_ENABLE_EXCEPTIONS
# define PY_IMATH_LEAVE_PYTHON IEX_NAMESPACE::MathExcOn mathexcon (IEX_NAMESPACE::IEEE_OVERFLOW | \
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathFixedVArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathFixedVArray.h"

#include <boost/python.hpp>
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathFrustum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathFrustum.h"
#include "PyImathDecorators.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathFun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathFun.h"
#include "PyImathDecorators.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathLine.h"
#include "PyImathDecorators.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathM44Array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathM44Array.h"
#include "PyImathMatrix.h"
#include "PyImathExport.h"
Expand Down
1 change: 0 additions & 1 deletion PyIlmBase/PyImath/PyImathMathExc.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#define _PyImathMathExc_h_

#include <IexMathFloatExc.h>
#include <PyIlmBaseConfigInternal.h>

#ifdef PYIMATH_ENABLE_EXCEPTIONS
# define MATH_EXC_ON IEX_NAMESPACE::MathExcOn mathexcon (IEX_NAMESPACE::IEEE_OVERFLOW | \
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathMatrix22.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#define BOOST_PYTHON_MAX_ARITY 17

#include "PyImathMatrix.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathMatrix33.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#define BOOST_PYTHON_MAX_ARITY 17

#include "PyImathMatrix.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathMatrix44.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#define BOOST_PYTHON_MAX_ARITY 17

#include "PyImathMatrix.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathPlane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathPlane.h"
#include "PyImathDecorators.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathQuat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathQuat.h"
#include "PyImathExport.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathRandom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathRandom.h"
#include "PyImathDecorators.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathShear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathShear.h"

Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathStringArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathStringArrayRegister.h"
#include "PyImathStringArray.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathStringTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathStringTable.h"
#include <Iex.h>
#include <limits>
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathTask.h"

namespace PyImath {
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathUtil.h"
#include <Iex.h>
#include <boost/python.hpp>
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathVec2fd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec2Impl.h"
#include "PyImathExport.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathVec2si.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec2Impl.h"
#include "PyImathExport.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathVec3fd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec3Impl.h"
#include "PyImathVec3ArrayImpl.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathVec3si.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec3Impl.h"
#include "PyImathExport.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathVec3siArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec3ArrayImpl.h"
#include "PyImathExport.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathVec4fd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec4Impl.h"
#include "PyImathVec4ArrayImpl.h"
Expand Down
1 change: 1 addition & 0 deletions PyIlmBase/PyImath/PyImathVec4si.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec4Impl.h"
#include "PyImathExport.h"
Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/PyImathVec4siArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
///////////////////////////////////////////////////////////////////////////


#include "PyIlmBaseConfigInternal.h"

#include "PyImathVec4ArrayImpl.h"
#include "PyImathExport.h"

Expand Down
2 changes: 2 additions & 0 deletions PyIlmBase/PyImath/imathmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
//
///////////////////////////////////////////////////////////////////////////

#include "PyIlmBaseConfigInternal.h"

#include <Python.h>
#include <boost/python.hpp>
Expand All @@ -42,6 +43,7 @@
#include <ImathEuler.h>
#include <ImathFun.h>
#include <ImathMatrixAlgo.h>

#include <PyIexExport.h>
#include "PyImathFixedArray.h"
#include "PyImath.h"
Expand Down