mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
General: Clean up inclusions
Ensures that each header includes all of its dependencies that can't be forward declared.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#include "amuse/EffectReverb.hpp"
|
||||
#include "amuse/IBackendVoice.hpp"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
#include "amuse/IBackendVoice.hpp"
|
||||
|
||||
namespace amuse {
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
Reference in New Issue
Block a user