diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/allobjects.h | 2 | ||||
-rw-r--r-- | Include/pgenheaders.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index 87b9786..d19eb23 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -28,9 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Include nearly all Python header files */ -#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 */ diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index cc4386f..6a3cdad 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 */ |