From 7c0e81ee456be8eded08da4b41b361e1db5416f1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 20 May 2011 09:59:17 -0600 Subject: Rename Python dimension.h to dimension-python.h. --- libdimension-python/Vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension-python/Vector.h') diff --git a/libdimension-python/Vector.h b/libdimension-python/Vector.h index 7a8d769..d829e3b 100644 --- a/libdimension-python/Vector.h +++ b/libdimension-python/Vector.h @@ -18,7 +18,7 @@ * . * *************************************************************************/ -#include "dimension.h" +#include "dimension-python.h" typedef struct dmnsn_py_Vector { PyObject_HEAD -- cgit v1.2.3