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,11 +1,13 @@
|
||||
#include <athena/VectorWriter.hpp>
|
||||
#include "amuse/AudioGroupProject.hpp"
|
||||
|
||||
#include "amuse/AudioGroupPool.hpp"
|
||||
#include "amuse/AudioGroupSampleDirectory.hpp"
|
||||
#include "amuse/AudioGroupData.hpp"
|
||||
#include "athena/MemoryReader.hpp"
|
||||
#include "athena/FileWriter.hpp"
|
||||
#include "athena/FileReader.hpp"
|
||||
|
||||
#include <athena/MemoryReader.hpp>
|
||||
#include <athena/FileReader.hpp>
|
||||
#include <athena/FileWriter.hpp>
|
||||
#include <athena/VectorWriter.hpp>
|
||||
|
||||
namespace amuse {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user