eliminate duplicate inclusion of hcmplx.h in backend/math/hcmplx.cpp

This commit is contained in:
Christoph Lipka 2013-12-05 03:10:19 +01:00
parent 6d3d43e5c0
commit b557f95278

View file

@ -40,8 +40,6 @@
#include "backend/shape/spheres.h" // TODO - Move sphere intersection function to math code! [trf]
#include "backend/math/hcmplx.h"
#include "hcmplx.h" // own include
// this must be the last file included
#include "base/povdebug.h"