Skip to content

Commit

Permalink
AudioEngine.h: Remove redundant #include directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
irrenhaus3 committed Oct 2, 2021
1 parent 737e045 commit 5970af1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/AudioEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ namespace lmms
class AudioDevice;
class MidiClient;
class AudioPort;
class AudioEngineWorkerThread;


const fpp_t MINIMUM_BUFFER_SIZE = 32;
Expand All @@ -59,10 +60,6 @@ const int BYTES_PER_SURROUND_FRAME = sizeof( surroundSampleFrame );
const float OUTPUT_SAMPLE_MULTIPLIER = 32767.0f;


#include "PlayHandle.h"


class AudioEngineWorkerThread;


class LMMS_EXPORT AudioEngine : public QObject
Expand Down

0 comments on commit 5970af1

Please sign in to comment.