From 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 29 Jun 2012 15:50:40 +0200 Subject: Remove include guards Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f --- sd/source/filter/ppt/pptatom.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sd/source') 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 -#endif - -#ifndef _PPTATOM_HXX_ #include "pptatom.hxx" -#endif using namespace ppt; -- cgit