Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoMyu committed May 27, 2020
2 parents dbd04b9 + 01bb887 commit de78936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HCAStreamChannel.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include <string>
#include "../bass/bass.h"
#include "../HCADecoder/HCADecodeService.h"
#include "../FastHCADecoder/HCADecodeService.h"

class HCAStreamChannel
{
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <deque>
#include "HCAStreamChannel.h"
#include "utils.h"
#include "../HCADecoder/HCADecodeService.h"
#include "../FastHCADecoder/HCADecodeService.h"
#include "../bass/bass.h"
#include "../bass/bass_fx.h"

Expand Down

0 comments on commit de78936

Please sign in to comment.