Skip to content

Commit f6091a0

Browse files
authored
ofSoundBaseTypes unneeded include (#7345)
1 parent 69af556 commit f6091a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

addons/ofxEmscripten/src/ofxEmscriptenSoundPlayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Author: arturo
66
*/
77

8+
#include "ofFileUtils.h"
89
#include "ofxEmscriptenSoundPlayer.h"
910
#include "html5audio.h"
1011

libs/openFrameworks/sound/ofSoundBaseTypes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22

33
#include "ofConstants.h"
4-
#include "ofFileUtils.h"
54
#include <functional>
65

76
class ofSoundBuffer;

0 commit comments

Comments
 (0)