summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:53:46 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:08:01 +0200
commite22d09f9ec66473a89ce4c8cbc943c97ae450027 (patch)
tree1982981ae21009cab85b8098fd1dce7080f9c841 /setup_native
parentafdb74c7ef53628958aa6a9156e11ca2295f9c45 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/register.hxx2
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/registrar.hxx2
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
{