mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-31 11:29:39 +00:00
Remove need for SPICE_CANVAS_INTERNAL
Why is this useful?
This commit is contained in:
parent
61c30fcdcf
commit
13fb823795
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user