summaryrefslogtreecommitdiffstats
path: root/common/gdi_canvas.c
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/gdi_canvas.c
parent61c30fcdcf392465de67f4ac21799863cb584263 (diff)
downloadspice-common-13fb823795c8e015bdace23edcda1715b60828df.tar.gz
spice-common-13fb823795c8e015bdace23edcda1715b60828df.tar.xz
spice-common-13fb823795c8e015bdace23edcda1715b60828df.zip
Remove need for SPICE_CANVAS_INTERNAL
Why is this useful?
Diffstat (limited to 'common/gdi_canvas.c')
-rw-r--r--common/gdi_canvas.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/gdi_canvas.c b/common/gdi_canvas.c
index e1af10b..4c5daea 100644
--- a/common/gdi_canvas.c
+++ b/common/gdi_canvas.c
@@ -22,10 +22,6 @@
#include <config.h>
#endif
-#ifndef SPICE_CANVAS_INTERNAL
-#error "This file shouldn't be compiled directly"
-#endif
-
#include <windows.h>
#include <wingdi.h>
#include "gdi_canvas.h"