Skip to content

Commit 111edcb

Browse files
committed
Removed no longer required includes
1 parent 3910ae7 commit 111edcb

File tree

87 files changed

+2
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2
-87
lines changed

src/vsg/commands/BeginQuery.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
</editor-fold> */
1212

1313
#include <vsg/commands/BeginQuery.h>
14-
#include <vsg/io/Options.h>
1514

1615
using namespace vsg;
1716

src/vsg/commands/BindIndexBuffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1212

1313
#include <vsg/commands/BindIndexBuffer.h>
1414
#include <vsg/core/compare.h>
15-
#include <vsg/io/Options.h>
1615
#include <vsg/vk/CommandBuffer.h>
1716
#include <vsg/vk/Context.h>
1817

src/vsg/commands/BindVertexBuffers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1212

1313
#include <vsg/commands/BindVertexBuffers.h>
1414
#include <vsg/core/compare.h>
15-
#include <vsg/io/Options.h>
1615
#include <vsg/vk/Context.h>
1716

1817
using namespace vsg;

src/vsg/commands/BlitImage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
</editor-fold> */
1212

1313
#include <vsg/commands/BlitImage.h>
14-
#include <vsg/io/Options.h>
1514
#include <vsg/vk/CommandBuffer.h>
1615

1716
using namespace vsg;

src/vsg/commands/ClearAttachments.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
</editor-fold> */
1212

1313
#include <vsg/commands/ClearAttachments.h>
14-
#include <vsg/io/Options.h>
1514
#include <vsg/vk/CommandBuffer.h>
1615

1716
using namespace vsg;

src/vsg/commands/ClearImage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
</editor-fold> */
1212

1313
#include <vsg/commands/ClearImage.h>
14-
#include <vsg/io/Options.h>
1514
#include <vsg/vk/CommandBuffer.h>
1615

1716
using namespace vsg;

src/vsg/commands/Commands.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1313
#include <vsg/commands/Commands.h>
1414
#include <vsg/core/compare.h>
1515
#include <vsg/io/Input.h>
16-
#include <vsg/io/Options.h>
1716
#include <vsg/io/Output.h>
1817

1918
using namespace vsg;

src/vsg/commands/CopyAndReleaseBuffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1212

1313
#include <vsg/commands/CopyAndReleaseBuffer.h>
1414
#include <vsg/io/Logger.h>
15-
#include <vsg/io/Options.h>
1615
#include <vsg/vk/CommandBuffer.h>
1716

1817
using namespace vsg;

src/vsg/commands/CopyAndReleaseImage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1313
#include <vsg/commands/CopyAndReleaseImage.h>
1414
#include <vsg/commands/PipelineBarrier.h>
1515
#include <vsg/io/Logger.h>
16-
#include <vsg/io/Options.h>
1716
#include <vsg/vk/CommandBuffer.h>
1817

1918
using namespace vsg;

src/vsg/commands/CopyImage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
</editor-fold> */
1212

1313
#include <vsg/commands/CopyImage.h>
14-
#include <vsg/io/Options.h>
1514
#include <vsg/vk/CommandBuffer.h>
1615

1716
using namespace vsg;

0 commit comments

Comments
 (0)