summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/chol/cchola.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/chol/cchola.c')
-rw-r--r--src/c/matrixOperations/chol/cchola.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c/matrixOperations/chol/cchola.c b/src/c/matrixOperations/chol/cchola.c
index ab576515..4b657e6c 100644
--- a/src/c/matrixOperations/chol/cchola.c
+++ b/src/c/matrixOperations/chol/cchola.c
@@ -10,8 +10,7 @@
*
*/
-#include <malloc.h>
-#include <stdio.h>
+#include <stdlib.h>
#ifndef WITHOUT_LAPACK
#include "lapack.h"