From 48db4c2181d4918b0e2727d0bbe864b9e8019d85 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 22 Apr 2011 16:17:14 +0200 Subject: common,server: use ASSERT from spice_common.h spice_common.h provides an ASSERT macro, no need to duplicate it in many places. For now client/debug.h keeps its own copy since debug.h and spice_common.h have clashes on other macros which are trickier to unify. --- common/spice_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/spice_common.h') diff --git a/common/spice_common.h b/common/spice_common.h index 75ebda75..430c8aff 100644 --- a/common/spice_common.h +++ b/common/spice_common.h @@ -19,6 +19,7 @@ #define H_SPICE_COMMON #include +#include #include #include -- cgit