Skip to content

Commit

Permalink
Remove optional header
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado committed Aug 23, 2024
1 parent 12dd34f commit c3876d2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions filament/src/details/BufferObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

#include <utils/CString.h>

#include <optional>

namespace filament {

struct BufferObject::BuilderDetails {
Expand Down
2 changes: 0 additions & 2 deletions filament/src/details/IndexBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

#include <utils/CString.h>

#include <optional>

namespace filament {

struct IndexBuffer::BuilderDetails {
Expand Down
2 changes: 0 additions & 2 deletions filament/src/details/InstanceBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include <math/mat3.h>
#include <math/vec3.h>

#include <optional>

namespace filament {

using namespace backend;
Expand Down
2 changes: 0 additions & 2 deletions filament/src/details/MorphTargetBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

#include <utils/CString.h>

#include <optional>

namespace filament {

using namespace backend;
Expand Down
1 change: 0 additions & 1 deletion filament/src/details/SkinningBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <utils/CString.h>

#include <cstring>
#include <optional>

namespace filament {

Expand Down
2 changes: 0 additions & 2 deletions filament/src/details/Stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <utils/Panic.h>
#include <filament/Stream.h>

#include <optional>

namespace filament {

using namespace backend;
Expand Down
1 change: 0 additions & 1 deletion filament/src/details/VertexBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <array>
#include <iterator>
#include <memory>
#include <optional>
#include <utility>

#include <stddef.h>
Expand Down

0 comments on commit c3876d2

Please sign in to comment.