diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:26:59 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:26:59 -0600 |
commit | 653dda4a340cd5f8e73b65d3f24ccbe1deaaed62 (patch) | |
tree | c8b097c7b8f3717657543401e4816884c5ea4118 /vcl/ios/source/dtrans | |
parent | fd8b1b6553024d884eaca425f0bd9ea48bffddfe (diff) |
remove include of pch header from vcl
Diffstat (limited to 'vcl/ios/source/dtrans')
-rw-r--r-- | vcl/ios/source/dtrans/iOSTransferable.cxx | 2 | ||||
-rw-r--r-- | vcl/ios/source/dtrans/ios_clipboard.cxx | 2 | ||||
-rw-r--r-- | vcl/ios/source/dtrans/service_entry.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/vcl/ios/source/dtrans/iOSTransferable.cxx b/vcl/ios/source/dtrans/iOSTransferable.cxx index 68e534e676d3..94a1e9530eba 100644 --- a/vcl/ios/source/dtrans/iOSTransferable.cxx +++ b/vcl/ios/source/dtrans/iOSTransferable.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include <sal/types.h> #include "iOSTransferable.hxx" diff --git a/vcl/ios/source/dtrans/ios_clipboard.cxx b/vcl/ios/source/dtrans/ios_clipboard.cxx index a59d023460e6..b82e67fd4eb2 100644 --- a/vcl/ios/source/dtrans/ios_clipboard.cxx +++ b/vcl/ios/source/dtrans/ios_clipboard.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include "ios_clipboard.hxx" #include "iOSTransferable.hxx" diff --git a/vcl/ios/source/dtrans/service_entry.cxx b/vcl/ios/source/dtrans/service_entry.cxx index c919dd13aba4..33d0b4b75d51 100644 --- a/vcl/ios/source/dtrans/service_entry.cxx +++ b/vcl/ios/source/dtrans/service_entry.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include "osl/diagnose.h" |