VolumeTable: Remove unnecessary Common include

We can just include <algorithm> directly to eliminate an indirect
include.
This commit is contained in:
Lioncash 2019-09-10 20:27:08 -04:00
parent 6c07ec907a
commit 7bc23b7190
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
#include "amuse/VolumeTable.hpp"
#include <algorithm>
#include <cmath>
#include "amuse/Common.hpp"
namespace amuse {
static const float VolumeTable[] = {