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 /PC | |
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 'PC')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index d5325fc..4c19e40 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -759,10 +759,6 @@ > </File> <File - RelativePath="..\..\Include\intobject.h" - > - </File> - <File RelativePath="..\..\Include\intrcheck.h" > </File> |