Skip to content

Commit

Permalink
fix(build): Removed wrongly auto-imported headers.
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nana <[email protected]>
  • Loading branch information
na2axl committed Oct 5, 2024
1 parent 7e76014 commit 5823228
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion include/SparkyStudios/Audio/Amplitude/Core/Memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#pragma once

#include "SparkyStudios/Audio/Amplitude/Core/Common/Platforms/UNIX/Config.h"
#ifndef _AM_CORE_MEMORY_H
#define _AM_CORE_MEMORY_H

Expand Down
1 change: 0 additions & 1 deletion src/DSP/Filters/BiquadResonantFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#pragma once

#include "SparkyStudios/Audio/Amplitude/Core/Common/Types.h"
#ifndef _AM_IMPLEMENTATION_DSP_FILTERS_BIQUAD_RESONANT_FILTER_H
#define _AM_IMPLEMENTATION_DSP_FILTERS_BIQUAD_RESONANT_FILTER_H

Expand Down
2 changes: 1 addition & 1 deletion tools/amir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add_executable(amir main.cpp convhull_3d.h)

target_link_libraries(amir
PRIVATE
Static mysofa::mysofa-static
Static $<IF:$<TARGET_EXISTS:mysofa::mysofa-shared>,mysofa::mysofa-shared,mysofa::mysofa-static>
)

add_dependencies(amir
Expand Down

0 comments on commit 5823228

Please sign in to comment.