From 8f1500da005e4f84fd593492822c6d99e768c354 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Apr 2010 10:28:37 +0000 Subject: remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. --- source/blender/python/generic/bgl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/python/generic/bgl.h') diff --git a/source/blender/python/generic/bgl.h b/source/blender/python/generic/bgl.h index 89bade930ce..80b0b90f643 100644 --- a/source/blender/python/generic/bgl.h +++ b/source/blender/python/generic/bgl.h @@ -36,10 +36,6 @@ #ifndef EXPP_BGL_H #define EXPP_BGL_H -#ifdef HAVE_CONFIG_H -#include -#endif - #include PyObject *BGL_Init(void); -- cgit v1.2.3