From 120aad2de6cce98bf48e6ae0a77b20d5a12257b2 Mon Sep 17 00:00:00 2001 From: Franz Beaune Date: Fri, 16 Aug 2019 10:23:13 +0200 Subject: [PATCH] Cleanups --- src/appleseed-max-impl/appleseedrenderer/dialoglogtarget.h | 2 -- src/appleseed-max-impl/builtinmapsupport.cpp | 1 - 2 files changed, 3 deletions(-) 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"