mirror of https://github.com/AxioDL/amuse.git
VolumeTable: Remove unnecessary Common include
We can just include <algorithm> directly to eliminate an indirect include.
This commit is contained in:
parent
6c07ec907a
commit
7bc23b7190
|
@ -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[] = {
|
||||||
|
|
Loading…
Reference in New Issue