summaryrefslogtreecommitdiff
path: root/src/AtmosSyncChannel_Mixer.h
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2024-03-21 12:32:18 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-21 20:33:37 +0100
commit792dea6af89c725500eaafe669f67305a42ac1e4 (patch)
tree5dfc92ec60b554aee9a4a69fe3ec87c5cfe60979 /src/AtmosSyncChannel_Mixer.h
parent858d32c386e089b41e594eedb4d15f421da3d5d0 (diff)
Fix <> / "" confusion for includes.
Diffstat (limited to 'src/AtmosSyncChannel_Mixer.h')
-rw-r--r--src/AtmosSyncChannel_Mixer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AtmosSyncChannel_Mixer.h b/src/AtmosSyncChannel_Mixer.h
index 27c3b9f..5258ee0 100644
--- a/src/AtmosSyncChannel_Mixer.h
+++ b/src/AtmosSyncChannel_Mixer.h
@@ -32,9 +32,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef _ATMOSSYNCCHANNEL_MIXER_H_
#define _ATMOSSYNCCHANNEL_MIXER_H_
-#include <AS_DCP.h>
-#include <KM_error.h>
-#include <PCMDataProviders.h>
+#include "AS_DCP.h"
+#include "KM_error.h"
+#include "PCMDataProviders.h"
#include <vector>
namespace ASDCP