Skip to content

Commit

Permalink
Fix wasm includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-thompson committed Oct 10, 2023
1 parent d6efc08 commit b2cdef4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions wasm/Convolve.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include <TwoStageFFTConvolver.h>

#include <GraphNode.h>
#include <SingleWriterSingleReaderQueue.h>
#include <elem/GraphNode.h>
#include <elem/SingleWriterSingleReaderQueue.h>


namespace elem
Expand Down
4 changes: 2 additions & 2 deletions wasm/FFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include <AudioFFT.h>

#include <GraphNode.h>
#include <MultiChannelRingBuffer.h>
#include <elem/GraphNode.h>
#include <elem/MultiChannelRingBuffer.h>


namespace elem
Expand Down
2 changes: 1 addition & 1 deletion wasm/Metro.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <GraphNode.h>
#include <elem/GraphNode.h>


namespace elem
Expand Down
2 changes: 1 addition & 1 deletion wasm/SampleTime.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <GraphNode.h>
#include <elem/GraphNode.h>


namespace elem
Expand Down

0 comments on commit b2cdef4

Please sign in to comment.