diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:53:46 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:08:01 +0200 |
commit | e22d09f9ec66473a89ce4c8cbc943c97ae450027 (patch) | |
tree | 1982981ae21009cab85b8098fd1dce7080f9c841 /setup_native | |
parent | afdb74c7ef53628958aa6a9156e11ca2295f9c45 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/reg4msdoc/register.hxx | 2 | ||||
-rw-r--r-- | setup_native/source/win32/customactions/reg4msdoc/registrar.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/register.hxx b/setup_native/source/win32/customactions/reg4msdoc/register.hxx index 75f8a35be..3a98b9b82 100644 --- a/setup_native/source/win32/customactions/reg4msdoc/register.hxx +++ b/setup_native/source/win32/customactions/reg4msdoc/register.hxx @@ -28,9 +28,7 @@ #ifndef _REGISTER_HXX_ #define _REGISTER_HXX_ -#ifndef _CONSTANTS_HXX_ #include "constants.hxx" -#endif #ifdef _MSC_VER #pragma warning(push, 1) /* disable warnings within system headers */ diff --git a/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx b/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx index 90d90db90..0c5cc1f25 100644 --- a/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx +++ b/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx @@ -8,9 +8,7 @@ #include "registry.hxx" #include "registrationcontextinformation.hxx" -#ifndef _CONSTANTS_HXX_ #include "constants.hxx" -#endif class Registrar { |