diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:21:45 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:21:45 -0600 |
commit | 53223466d6daf7f8662314618f07c18427a6a1b5 (patch) | |
tree | c1301184a8c754a3bd121e51459dec77aac9fb19 /shell/source/win32/zipfile/zipfile.cxx | |
parent | c022454adc68e9e74c296a8efbea451e4a53af64 (diff) |
remove include of pch header from shell
Diffstat (limited to 'shell/source/win32/zipfile/zipfile.cxx')
-rw-r--r-- | shell/source/win32/zipfile/zipfile.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/source/win32/zipfile/zipfile.cxx b/shell/source/win32/zipfile/zipfile.cxx index c7ed65e5d177..a7c03d49c657 100644 --- a/shell/source/win32/zipfile/zipfile.cxx +++ b/shell/source/win32/zipfile/zipfile.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_shell.hxx" #include "zipexcptn.hxx" #include "internal/zipfile.hxx" #include "internal/global.hxx" |