n/midpoint: remove reference to useless header

This commit is contained in:
Danny Robson 2015-07-01 23:33:49 +10:00
parent 174281ce20
commit 61c9e40605

View File

@ -25,6 +25,4 @@ namespace util { namespace noise {
midpoint (image::buffer<T>&, uint64_t seed, float persistence = 0.65f, float sides = 0.25f);
} }
#include "midpoint.ipp"
#endif