Huge compile performance refactor

This commit is contained in:
Jack Andersen
2017-12-28 21:57:22 -10:00
parent e37128d657
commit 985994a291
23 changed files with 35 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#include "amuse/EffectReverb.hpp"
#include "amuse/IBackendVoice.hpp"
#include <cmath>
#include <string.h>
#include <cstring>
namespace amuse
{