mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 13:14:58 +00:00
VolumeTable: Remove unnecessary Common include
We can just include <algorithm> directly to eliminate an indirect include.
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
#include "amuse/VolumeTable.hpp"
|
#include "amuse/VolumeTable.hpp"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include "amuse/Common.hpp"
|
|
||||||
|
|
||||||
namespace amuse {
|
namespace amuse {
|
||||||
|
|
||||||
static const float VolumeTable[] = {
|
static const float VolumeTable[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user