]> www.ginac.de Git - ginac.git/blobdiff - check/mul_eval_memleak.cpp
Clean up some header files and fix compilation with MSC.
[ginac.git] / check / mul_eval_memleak.cpp
index 66a72bcdfa8725d917db26604fd70823e741a96e..4ddc2e23786b61b6d47e8cdd0c5630342b53bdc4 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2016 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;