Skip to content

Commit 5f1fea8

Browse files
committed
Removed unused headers
1 parent 1bb1d76 commit 5f1fea8

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/vsg/text/CpuLayoutTechnique.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1818
#include <vsg/io/read.h>
1919
#include <vsg/io/write.h>
2020
#include <vsg/state/BindDescriptorSet.h>
21-
#include <vsg/state/ColorBlendState.h>
22-
#include <vsg/state/DepthStencilState.h>
2321
#include <vsg/state/DescriptorImage.h>
24-
#include <vsg/state/InputAssemblyState.h>
25-
#include <vsg/state/MultisampleState.h>
26-
#include <vsg/state/RasterizationState.h>
27-
#include <vsg/state/VertexInputState.h>
2822
#include <vsg/text/CpuLayoutTechnique.h>
2923
#include <vsg/text/StandardLayout.h>
3024
#include <vsg/text/Text.h>

src/vsg/text/GpuLayoutTechnique.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1818
#include <vsg/io/read.h>
1919
#include <vsg/io/write.h>
2020
#include <vsg/state/BindDescriptorSet.h>
21-
#include <vsg/state/ColorBlendState.h>
22-
#include <vsg/state/DepthStencilState.h>
2321
#include <vsg/state/DescriptorImage.h>
24-
#include <vsg/state/InputAssemblyState.h>
25-
#include <vsg/state/MultisampleState.h>
26-
#include <vsg/state/RasterizationState.h>
27-
#include <vsg/state/VertexInputState.h>
2822
#include <vsg/text/GpuLayoutTechnique.h>
2923
#include <vsg/text/StandardLayout.h>
3024
#include <vsg/text/Text.h>

0 commit comments

Comments
 (0)