mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +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,7 +1,9 @@
|
||||
#include "amuse/DSPCodec.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <memory.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#if __SWITCH__
|
||||
#include "switch_math.hpp"
|
||||
|
||||
Reference in New Issue
Block a user