Remove need for SPICE_CANVAS_INTERNAL

Why is this useful?
This commit is contained in:
Marc-André Lureau 2012-03-14 23:22:46 +01:00
parent 61c30fcdcf
commit 13fb823795
8 changed files with 0 additions and 32 deletions

View File

@ -16,10 +16,6 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SPICE_CANVAS_INTERNAL
#error "This file shouldn't be compiled directly"
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

View File

@ -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 <spice/macros.h>
#include "pixman_utils.h"

View File

@ -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"

View File

@ -19,10 +19,6 @@
#ifndef _H__GDI_CANVAS
#define _H__GDI_CANVAS
#ifndef SPICE_CANVAS_INTERNAL
#error "This header shouldn't be included directly"
#endif
#include <stdint.h>
#include <spice/macros.h>

View File

@ -19,10 +19,6 @@
#include <config.h>
#endif
#ifndef SPICE_CANVAS_INTERNAL
#error "This file shouldn't be compiled directly"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -22,10 +22,6 @@
#include "canvas_base.h"
#include "region.h"
#ifndef SPICE_CANVAS_INTERNAL
#error "This header shouldn't be included directly"
#endif
#ifndef _H__GL_CANVAS
#define _H__GL_CANVAS

View File

@ -22,10 +22,6 @@
#include <config.h>
#endif
#ifndef SPICE_CANVAS_INTERNAL
#error "This file shouldn't be compiled directly"
#endif
#include <math.h>
#include "sw_canvas.h"
#define CANVAS_USE_PIXMAN

View File

@ -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>