From b554b20c8d59d6046bdcec7c79fb61cd0e65811c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 3 Sep 2014 15:55:19 -0400 Subject: math: Make vectors have an array instead of different fields. --- libdimension/dimension.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libdimension/dimension.h') diff --git a/libdimension/dimension.h b/libdimension/dimension.h index db67a48..2489669 100644 --- a/libdimension/dimension.h +++ b/libdimension/dimension.h @@ -34,9 +34,6 @@ * all rendering-related tasks for Dimension. */ -#ifndef DMNSN_H -#define DMNSN_H - /* Include all modules. */ #include #include @@ -47,5 +44,3 @@ #include #include #include - -#endif /* DMNSN_H */ -- cgit v1.2.3