valueset: Remove the unused link field.
[libfirm] / ir / adt / array.c
index f934fa4..c08b3d3 100644 (file)
@@ -28,6 +28,7 @@
 #include <stdlib.h>
 
 #include "array_t.h"
+#include "util.h"
 #include "xmalloc.h"
 
 /* Undefine the macros to get the functions instead, cf tmalloc.c.  */
 #undef xstrdup
 #undef xfree
 
-#ifndef MAX
-# define MAX(a,b) ((a) > (b) ? (a) : (b))
-#endif
-#ifndef MIN
-# define MIN(a,b) ((a) > (b) ? (b) : (a))
-#endif
-
 /**
  * An empty dynamic array descriptor.
  */