Skip to content

Commit

Permalink
Fix build options include
Browse files Browse the repository at this point in the history
  • Loading branch information
est77 committed Jun 15, 2019
1 parent ee88ad2 commit 33d8deb
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/alphamapexporter.h
Expand Up @@ -37,7 +37,7 @@
#include "appleseedmaya/utils.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/texture.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/arealightexporter.h
Expand Up @@ -34,7 +34,7 @@
#include "appleseedmaya/exporters/shadingnetworkexporterfwd.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/material.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/cameraexporter.h
Expand Up @@ -33,7 +33,7 @@
#include "appleseedmaya/exporters/dagnodeexporter.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/camera.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/envlightexporter.h
Expand Up @@ -33,7 +33,7 @@
#include "appleseedmaya/exporters/dagnodeexporter.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/environmentedf.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/instanceexporter.h
Expand Up @@ -33,7 +33,7 @@
#include "appleseedmaya/exporters/shapeexporter.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/scene.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/lightexporter.h
Expand Up @@ -33,7 +33,7 @@
#include "appleseedmaya/exporters/dagnodeexporter.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/color.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/meshexporter.h
Expand Up @@ -34,7 +34,7 @@
#include "appleseedmaya/exporters/shapeexporter.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/material.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/shadingengineexporter.h
Expand Up @@ -38,7 +38,7 @@
#include "appleseedmaya/utils.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/material.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/shadingnetworkexporter.h
Expand Up @@ -38,7 +38,7 @@
#include "appleseedmaya/utils.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/shadergroup.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/shadingnodeexporter.h
Expand Up @@ -37,7 +37,7 @@
#include "appleseedmaya/utils.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.foundation headers.
#include "foundation/core/concepts/noncopyable.h"
Expand Down
2 changes: 1 addition & 1 deletion src/appleseedmaya/exporters/shapeexporter.h
Expand Up @@ -34,7 +34,7 @@
#include "appleseedmaya/murmurhash.h"

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/scene.h"
Expand Down
2 changes: 1 addition & 1 deletion src/xgenseed/xgenproceduralassembly.cpp
Expand Up @@ -27,7 +27,7 @@
//

// Build options header.
#include "renderer/api/buildoptions.h"
#include "foundation/core/buildoptions.h"

// appleseed.renderer headers.
#include "renderer/api/camera.h"
Expand Down

0 comments on commit 33d8deb

Please sign in to comment.