diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:17:36 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:17:36 -0600 |
commit | c43122a9b2fa2beedb955770b2fdaeb48b0878cb (patch) | |
tree | f3160996de37919df5b03e0f96e4a767d88ba7a6 /rsc/source/prj | |
parent | 85a71e5c4bc79304a37c700027e3ecf9832545d5 (diff) |
remove include of pch header from rsc
Diffstat (limited to 'rsc/source/prj')
-rw-r--r-- | rsc/source/prj/gui.cxx | 2 | ||||
-rw-r--r-- | rsc/source/prj/start.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/prj/gui.cxx b/rsc/source/prj/gui.cxx index a25413492e1d..826c5110eb9f 100644 --- a/rsc/source/prj/gui.cxx +++ b/rsc/source/prj/gui.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_rsc.hxx" #include <stdlib.h> #include <stdio.h> diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx index 78911399faf9..3952622fa0fb 100644 --- a/rsc/source/prj/start.cxx +++ b/rsc/source/prj/start.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_rsc.hxx" #include <stdlib.h> #include <stdio.h> |