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 --- registry/source/regimpl.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'registry') diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index 2d3322c25b13..c5c1124eb20e 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -41,13 +41,9 @@ #include #endif -#ifndef __REGISTRY_REFLREAD_HXX__ #include -#endif -#ifndef __REGISTRY_REFLWRIT_HXX__ #include -#endif #include "registry/reader.hxx" #include "registry/refltype.hxx" -- cgit