diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-12-15 07:48:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 07:48:12 (GMT) |
commit | e425bd75177ffb7f098bdb0618b4a5ba3211fe52 (patch) | |
tree | 459f866641039b9111acff53ed3a0aaecce8ffd6 /PCbuild | |
parent | f74ef458ab1f502e4e60bd1502ac1dc0d2cb3847 (diff) | |
download | cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.zip cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.gz cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.bz2 |
move pygetopt.h to internal (closes bpo-32264) (#4830)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 2 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 1dca3cc..25651d0 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -150,7 +150,7 @@ <ClInclude Include="..\Include\pyerrors.h" /> <ClInclude Include="..\Include\pyexpat.h" /> <ClInclude Include="..\Include\pyfpe.h" /> - <ClInclude Include="..\Include\pygetopt.h" /> + <ClInclude Include="..\Include\internal\pygetopt.h" /> <ClInclude Include="..\Include\pylifecycle.h" /> <ClInclude Include="..\Include\pymath.h" /> <ClInclude Include="..\Include\pytime.h" /> diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 969ba08..42b2fc3 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -234,7 +234,7 @@ <ClInclude Include="..\Include\pyfpe.h"> <Filter>Include</Filter> </ClInclude> - <ClInclude Include="..\Include\pygetopt.h"> + <ClInclude Include="..\Include\internal\pygetopt.h"> <Filter>Include</Filter> </ClInclude> <ClInclude Include="..\Include\pylifecycle.h"> |