From 4cd8d7439110f2e674a6f6e182a13a67620aa9d1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 7 May 2009 00:38:23 +0000 Subject: Add new general array interface. --- libdimension/dimension/color.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libdimension/dimension/color.h') diff --git a/libdimension/dimension/color.h b/libdimension/dimension/color.h index f1964c3..ab6efa3 100644 --- a/libdimension/dimension/color.h +++ b/libdimension/dimension/color.h @@ -18,13 +18,13 @@ * . * *************************************************************************/ +#ifndef DIMENSION_COLOR_H +#define DIMENSION_COLOR_H + /* * Types to represent color. */ -#ifndef DIMENSION_COLOR_H -#define DIMENSION_COLOR_H - /* Internally, we use CIE 1931 XYZ color. */ typedef struct { double X, Y, Z; -- cgit v1.2.3