mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 21:47:53 +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,5 +1,11 @@
|
||||
#include "amuse/Common.hpp"
|
||||
#include "logvisor/logvisor.hpp"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <cstdio>
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include <logvisor/logvisor.hpp>
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user