Remove explicit include of complex.h
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 29 Sep 2016 21:45:56 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2016 21:45:56 +0000 (23:45 +0200)
kernel/x86_64/zdot.c

index 4533d4e..ff3a865 100644 (file)
@@ -27,7 +27,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 #include "common.h"
-#include <complex.h>
 
 
 #if defined(BULLDOZER)