summaryrefslogtreecommitdiffstats
path: root/libdimension-python/dimension.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-05-20 09:59:17 -0600
committerTavian Barnes <tavianator@gmail.com>2011-05-20 09:59:17 -0600
commit7c0e81ee456be8eded08da4b41b361e1db5416f1 (patch)
tree1f87976c24accb3bfb14a36ced0b216cbadd645e /libdimension-python/dimension.h
parentffa152eab2f8b641d8750902fc4a6c79a4087771 (diff)
downloaddimension-7c0e81ee456be8eded08da4b41b361e1db5416f1.tar.xz
Rename Python dimension.h to dimension-python.h.
Diffstat (limited to 'libdimension-python/dimension.h')
-rw-r--r--libdimension-python/dimension.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/libdimension-python/dimension.h b/libdimension-python/dimension.h
deleted file mode 100644
index aa32b51..0000000
--- a/libdimension-python/dimension.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*************************************************************************
- * Copyright (C) 2009-2011 Tavian Barnes <tavianator@tavianator.com> *
- * *
- * This file is part of The Dimension Python Module. *
- * *
- * The Dimension Python Module is free software; you can redistribute it *
- * and/ or modify it under the terms of the GNU Lesser General Public *
- * License as published by the Free Software Foundation; either version *
- * 3 of the License, or (at your option) any later version. *
- * *
- * The Dimension Python Module is distributed in the hope that it will *
- * be useful, but WITHOUT ANY WARRANTY; without even the implied *
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See *
- * the GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU Lesser General Public *
- * License along with this program. If not, see *
- * <http://www.gnu.org/licenses/>. *
- *************************************************************************/
-
-#define PY_SSIZE_T_CLEAN
-#include <Python.h>
-#include "../libdimension/dimension.h"