Include reshuffle.

This commit is contained in:
Markus Armbruster 2007-07-15 10:07:48 +00:00
parent ab55ea7381
commit 335d9d34ab
7 changed files with 6 additions and 2 deletions

View file

@ -35,8 +35,6 @@
#ifndef MISC_H
#define MISC_H
#include <time.h>
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define MIN(a,b) ((a) < (b) ? (a) : (b))