]> www.ginac.de Git - ginac.git/blobdiff - check/mul_eval_memleak.cpp
Consider solve_algo::markowitz in automatic elimination algorithm selection.
[ginac.git] / check / mul_eval_memleak.cpp
index 7a349e8710806d5bc19288fce3327b80094c1fec..94587801b0cc1a50303229747af9488ee981a798 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -96,7 +96,6 @@ g(1301*scale^(-1)))*eps^(-1)+F))\
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/resource.h>
-#include <unistd.h>
 
 static void set_VM_limit(const unsigned long MB) {
        const unsigned mem_lim_kb = MB*1024*1024;