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/SongConverter.hpp"
#include "amuse/SongState.hpp"
#include "amuse/Common.hpp"
#include <stdlib.h>
#include <cstdlib>
#include <map>
namespace amuse