diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-06-27 18:18:01 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-06-27 18:18:01 (GMT) |
commit | 7ab54e42521335702e879326e868324f2a5b4acb (patch) | |
tree | f1bc103581b12df590f22f92870857b4dd41e344 /PCbuild/pythoncore.vcproj | |
parent | 3a23c9eed581ff83de55956e5175fbdd90e4cab0 (diff) | |
download | cpython-7ab54e42521335702e879326e868324f2a5b4acb.zip cpython-7ab54e42521335702e879326e868324f2a5b4acb.tar.gz cpython-7ab54e42521335702e879326e868324f2a5b4acb.tar.bz2 |
Issue #9089: Remove intobject.h from MSVC project files.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 6beb3c5..b1a583f 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -755,10 +755,6 @@ > </File> <File - RelativePath="..\Include\intobject.h" - > - </File> - <File RelativePath="..\Include\intrcheck.h" > </File> |