From 334bef4563f3df39bba87f73a11a35744dd0a4d1 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 4 Oct 2010 17:00:00 +0200 Subject: remove include guards using fixguard.py --- rdbmaker/source/codemaker/global.cxx | 2 -- rdbmaker/source/rdbmaker/rdbmaker.cxx | 2 -- rdbmaker/source/rdbmaker/typeblop.cxx | 2 -- 3 files changed, 6 deletions(-) (limited to 'rdbmaker') diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx index 2e6d2a586444..dfc049da40d5 100644 --- a/rdbmaker/source/codemaker/global.cxx +++ b/rdbmaker/source/codemaker/global.cxx @@ -25,9 +25,7 @@ * ************************************************************************/ #include -#ifndef _RTL_OSTRINGBUFFER_HXX_ #include -#endif #include #include #include diff --git a/rdbmaker/source/rdbmaker/rdbmaker.cxx b/rdbmaker/source/rdbmaker/rdbmaker.cxx index 5a4bd498cca2..d2bb970ecf9d 100644 --- a/rdbmaker/source/rdbmaker/rdbmaker.cxx +++ b/rdbmaker/source/rdbmaker/rdbmaker.cxx @@ -31,9 +31,7 @@ #include #include -#ifndef _RTL_OSTRINGBUFFER_HXX_ #include -#endif #if defined(SAL_W32) || defined(SAL_OS2) #include diff --git a/rdbmaker/source/rdbmaker/typeblop.cxx b/rdbmaker/source/rdbmaker/typeblop.cxx index 0300970567d4..68cc23ace444 100644 --- a/rdbmaker/source/rdbmaker/typeblop.cxx +++ b/rdbmaker/source/rdbmaker/typeblop.cxx @@ -26,9 +26,7 @@ ************************************************************************/ #include -#ifndef __REGISTRY_REFLWRIT_HXX__ #include -#endif #include #include #include -- cgit