summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj.filters
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-12-15 07:48:12 (GMT)
committerGitHub <noreply@github.com>2017-12-15 07:48:12 (GMT)
commite425bd75177ffb7f098bdb0618b4a5ba3211fe52 (patch)
tree459f866641039b9111acff53ed3a0aaecce8ffd6 /PCbuild/pythoncore.vcxproj.filters
parentf74ef458ab1f502e4e60bd1502ac1dc0d2cb3847 (diff)
downloadcpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.zip
cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.gz
cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.bz2
move pygetopt.h to internal (closes bpo-32264) (#4830)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj.filters')
-rw-r--r--PCbuild/pythoncore.vcxproj.filters2
1 files changed, 1 insertions, 1 deletions
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">