From 0a51cc868eafe72a98d64e48d8b2ba30a7d8f5dc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 16 May 2011 16:07:18 -0600 Subject: Get rid of include guards on sub-headers. --- libdimension/dimension/canvas.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/dimension/canvas.h') diff --git a/libdimension/dimension/canvas.h b/libdimension/dimension/canvas.h index b4d0cc4..6938c0e 100644 --- a/libdimension/dimension/canvas.h +++ b/libdimension/dimension/canvas.h @@ -23,9 +23,6 @@ * A canvas which is rendered to. */ -#ifndef DIMENSION_CANVAS_H -#define DIMENSION_CANVAS_H - #include /** A canvas, or image. */ @@ -121,5 +118,3 @@ void dmnsn_set_pixel(dmnsn_canvas *canvas, size_t x, size_t y, * @param[in] color The color to paint it with. */ void dmnsn_clear_canvas(dmnsn_canvas *canvas, dmnsn_color color); - -#endif /* DIMENSION_CANVAS_H */ -- cgit v1.2.3