diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 17:00:00 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:12:51 +0200 |
commit | 334bef4563f3df39bba87f73a11a35744dd0a4d1 (patch) | |
tree | 0a4fe9742bd353938254e6ed485af9c214d35879 /registry | |
parent | b49099fd11b032ca0a2608c98e3cfff2ef9e1d7b (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/regimpl.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 <unistd.h> #endif -#ifndef __REGISTRY_REFLREAD_HXX__ #include <registry/reflread.hxx> -#endif -#ifndef __REGISTRY_REFLWRIT_HXX__ #include <registry/reflwrit.hxx> -#endif #include "registry/reader.hxx" #include "registry/refltype.hxx" |