Skip to content

Commit 0bfbeac

Browse files
Udon::Parameter, Udon::RingBuffer を Udon.hpp から削除
1 parent 676c842 commit 0bfbeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Udon.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
//
7777

7878
// SDカード
79-
#include <Udon/Filesystem/Sd/Parameter.hpp>
79+
// #include <Udon/Filesystem/Sd/Parameter.hpp>
8080

8181

8282
//
@@ -156,7 +156,7 @@
156156
#include <Udon/Types/StaticVector.hpp>
157157

158158
// コンテナ / リングバッファ
159-
#include <Udon/Types/RingBuffer.hpp>
159+
// #include <Udon/Types/RingBuffer.hpp>
160160

161161

162162
//

0 commit comments

Comments
 (0)