diff --git a/include/CppInterOp/Dispatch.h b/include/CppInterOp/Dispatch.h index 516cb88e3..903fd7b84 100644 --- a/include/CppInterOp/Dispatch.h +++ b/include/CppInterOp/Dispatch.h @@ -21,13 +21,6 @@ #error "To use the Dispatch mechanism, do not include CppInterOp.h directly." #endif -#include - -#include -#include -#include -#include - #ifdef _WIN32 #include #undef LoadLibrary @@ -35,6 +28,13 @@ #include #endif +#include + +#include +#include +#include +#include + using CppFnPtrTy = void (*)(); ///\param[in] procname - the name of the FunctionEntry in the symbol lookup /// table.