summaryrefslogtreecommitdiff
path: root/common/sw_canvas.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-14 23:22:46 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:30:24 +0100
commit13fb823795c8e015bdace23edcda1715b60828df (patch)
tree824ae1325dd00a771139eb3f89faaf397349ddb0 /common/sw_canvas.h
parent61c30fcdcf392465de67f4ac21799863cb584263 (diff)
Remove need for SPICE_CANVAS_INTERNAL
Why is this useful?
Diffstat (limited to 'common/sw_canvas.h')
-rw-r--r--common/sw_canvas.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/sw_canvas.h b/common/sw_canvas.h
index fe0b99d..eb6c1f8 100644
--- a/common/sw_canvas.h
+++ b/common/sw_canvas.h
@@ -19,10 +19,6 @@
#ifndef _H__CANVAS
#define _H__CANVAS
-#ifndef SPICE_CANVAS_INTERNAL
-#error "This header shouldn't be included directly"
-#endif
-
#include <stdint.h>
#include <spice/macros.h>