diff --git a/src/appleseed-max-impl/appleseedrenderer/dialoglogtarget.h b/src/appleseed-max-impl/appleseedrenderer/dialoglogtarget.h index bf6fc08..004252d 100644 --- a/src/appleseed-max-impl/appleseedrenderer/dialoglogtarget.h +++ b/src/appleseed-max-impl/appleseedrenderer/dialoglogtarget.h @@ -35,12 +35,10 @@ #include "foundation/utility/log.h" // Standard headers. -#include "appleseed-max-common/_beginmaxheaders.h" #include #include #include #include -#include "appleseed-max-common/_endmaxheaders.h" typedef std::vector StringVec; typedef foundation::LogMessage::Category MessageType; diff --git a/src/appleseed-max-impl/builtinmapsupport.cpp b/src/appleseed-max-impl/builtinmapsupport.cpp index 9448ec1..8a1058c 100644 --- a/src/appleseed-max-impl/builtinmapsupport.cpp +++ b/src/appleseed-max-impl/builtinmapsupport.cpp @@ -33,7 +33,6 @@ #include "appleseedoslplugin/osltexture.h" #include "oslutils.h" #include "utilities.h" -#include "appleseed-max-common/_endmaxheaders.h" // Build options header. #include "foundation/core/buildoptions.h"