diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:11:33 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:11:33 -0600 |
commit | e4603954d1f3d39448624694d75ad877b41986fe (patch) | |
tree | 35d3eef2dd305a3a730ac40056f826bdde5ed8e4 /framework/source/tabwin | |
parent | 27120fe88c78d31191daf936f8296c08d227c926 (diff) |
remove include of pch header from framework
Diffstat (limited to 'framework/source/tabwin')
-rw-r--r-- | framework/source/tabwin/tabwindow.cxx | 2 | ||||
-rw-r--r-- | framework/source/tabwin/tabwinfactory.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/tabwin/tabwindow.cxx b/framework/source/tabwin/tabwindow.cxx index 9f22997dc4d9..3ade1983ae4a 100644 --- a/framework/source/tabwin/tabwindow.cxx +++ b/framework/source/tabwin/tabwindow.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_framework.hxx" #include <tabwin/tabwindow.hxx> #include <properties.h> diff --git a/framework/source/tabwin/tabwinfactory.cxx b/framework/source/tabwin/tabwinfactory.cxx index 2c4710209f7c..344128d0385b 100644 --- a/framework/source/tabwin/tabwinfactory.cxx +++ b/framework/source/tabwin/tabwinfactory.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_framework.hxx" #include <tabwin/tabwinfactory.hxx> #include <tabwin/tabwindow.hxx> |