diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:51 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:29 +0200 |
commit | 028b4003986f9cff3274707eebd14ee9099bf87b (patch) | |
tree | 6e37bc8851a0a068389d4626a8364669600c6fdf /svl/source/notify | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'svl/source/notify')
-rw-r--r-- | svl/source/notify/listener.cxx | 2 | ||||
-rw-r--r-- | svl/source/notify/listenerbase.cxx | 2 | ||||
-rw-r--r-- | svl/source/notify/lstner.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/svl/source/notify/listener.cxx b/svl/source/notify/listener.cxx index 0269894bff81..f46faac7ba89 100644 --- a/svl/source/notify/listener.cxx +++ b/svl/source/notify/listener.cxx @@ -30,9 +30,7 @@ #ifndef GCC #endif -#ifndef DEBUG_HXX #include <tools/debug.hxx> -#endif #include "broadcast.hxx" #include "listener.hxx" diff --git a/svl/source/notify/listenerbase.cxx b/svl/source/notify/listenerbase.cxx index ec899ee9d70b..8acc9c545687 100644 --- a/svl/source/notify/listenerbase.cxx +++ b/svl/source/notify/listenerbase.cxx @@ -30,9 +30,7 @@ #ifndef GCC #endif -#ifndef DEBUG_HXX #include <tools/debug.hxx> -#endif #include "listenerbase.hxx" #include "listeneriter.hxx" diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx index 3f003e6dde8f..4331df16e175 100644 --- a/svl/source/notify/lstner.cxx +++ b/svl/source/notify/lstner.cxx @@ -30,9 +30,7 @@ #ifndef GCC #endif -#ifndef DEBUG_HXX #include <tools/debug.hxx> -#endif #include <svl/hint.hxx> #include <svl/brdcst.hxx> |