From 13fb823795c8e015bdace23edcda1715b60828df Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 14 Mar 2012 23:22:46 +0100 Subject: Remove need for SPICE_CANVAS_INTERNAL Why is this useful? --- common/canvas_base.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/canvas_base.h') diff --git a/common/canvas_base.h b/common/canvas_base.h index 2039ccd..bdf12a1 100644 --- a/common/canvas_base.h +++ b/common/canvas_base.h @@ -19,10 +19,6 @@ #ifndef _H_CANVAS_BASE #define _H_CANVAS_BASE -#ifndef SPICE_CANVAS_INTERNAL -#error "This header shouldn't be included directly" -#endif - #include #include "pixman_utils.h" -- cgit