diff options
Diffstat (limited to 'common/rect.h')
-rw-r--r-- | common/rect.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/rect.h b/common/rect.h index 43e7f21a..1627be6a 100644 --- a/common/rect.h +++ b/common/rect.h @@ -20,9 +20,7 @@ #define _H_RECT #include <spice/draw.h> - -#define MIN(x, y) (((x) <= (y)) ? (x) : (y)) -#define MAX(x, y) (((x) >= (y)) ? (x) : (y)) +#include <spice/macros.h> static inline void rect_sect(SpiceRect* r, const SpiceRect* bounds) { |