move pygetopt.h to internal (closes bpo-32264) (#4830)

This commit is contained in:
Benjamin Peterson 2017-12-14 23:48:12 -08:00 committed by GitHub
parent f74ef458ab
commit e425bd7517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 34 deletions

View file

@ -31,7 +31,7 @@
#include <stdio.h>
#include <string.h>
#include <wchar.h>
#include <pygetopt.h>
#include "internal/pygetopt.h"
#ifdef __cplusplus
extern "C" {