summaryrefslogtreecommitdiff
path: root/Include/pgenheaders.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-19 22:12:39 +0000
committerGuido van Rossum <guido@python.org>1996-08-19 22:12:39 +0000
commit7cf1fcf347853a9efe9e0c21191ad66a650f3da7 (patch)
tree39fe41efd2fd1a0a448b6a72210d0201fae5e1b2 /Include/pgenheaders.h
parent1e6124902a74d5f8445875f64bb2921aad1f9e57 (diff)
downloadcpython-git-7cf1fcf347853a9efe9e0c21191ad66a650f3da7.tar.gz
Always include config.h
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r--Include/pgenheaders.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index cc4386f6b9..6a3cdad3da 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -30,9 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Include files and extern declarations used by most of the parser. */
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
/* config.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT /* declarations for DLL import/export */