Skip to content

Commit

Permalink
I'm very tired
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniLipponen committed Apr 25, 2023
1 parent 8ed67d6 commit 8525a35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions include/TML/Audio/AudioType.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include <TML/Export.h>
#include <TML/Audio/Common.h>
#include <cstdint>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion include/TML/Audio/Mixer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pragma once
#include <TML/Audio/AudioEffect.h>
#include <TML/Export.h>
#include <cstdint>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion src/Audio/Mixer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <TML/Audio/Mixer.h>
#include <TML/Audio/AudioEffect.h>
#include <TML/Audio/AudioType.h>
#include <TML/TMLAssert.h>

Expand Down

0 comments on commit 8525a35

Please sign in to comment.