diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:50:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch) | |
tree | a68fba5f15f673afac96bf8fcc7947ec4ff918d2 /sd/source | |
parent | b63027f0992cf5c368faeb807c69110997dd00ea (diff) |
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/ppt/pptatom.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/filter/ppt/pptatom.cxx b/sd/source/filter/ppt/pptatom.cxx index dc309652a6fd..ce19f3971514 100644 --- a/sd/source/filter/ppt/pptatom.cxx +++ b/sd/source/filter/ppt/pptatom.cxx @@ -26,13 +26,8 @@ * ************************************************************************/ -#ifndef _STREAM_HXX #include <tools/stream.hxx> -#endif - -#ifndef _PPTATOM_HXX_ #include "pptatom.hxx" -#endif using namespace ppt; |