summaryrefslogtreecommitdiffstats
path: root/client/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/utils.h')
-rw-r--r--client/utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/utils.h b/client/utils.h
index 6ed3eea2..6145fb5d 100644
--- a/client/utils.h
+++ b/client/utils.h
@@ -20,10 +20,7 @@
#include "common.h"
#include <spice/error_codes.h>
-
-#define MIN(x, y) (((x) <= (y)) ? (x) : (y))
-#define MAX(x, y) (((x) >= (y)) ? (x) : (y))
-#define ALIGN(a, b) (((a) + ((b) - 1)) & ~((b) - 1))
+#include <spice/macros.h>
class Exception: public std::exception {
public: