Browse Source

memalign.c: does not use MAX, do not include param.h

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 14 years ago
parent
commit
e75dfc1f73
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/stdlib/malloc/memalign.c

+ 0 - 1
libc/stdlib/malloc/memalign.c

@@ -14,7 +14,6 @@
 #include <stdlib.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <unistd.h>
 #include <sys/mman.h>
 #include <sys/mman.h>
-#include <sys/param.h> /* MAX */
 
 
 #include "malloc.h"
 #include "malloc.h"
 #include "heap.h"
 #include "heap.h"