diff options
-rw-r--r-- | include/tools/debug.hxx | 4 | ||||
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.cxx | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/include/tools/debug.hxx b/include/tools/debug.hxx index 44be8f055a1b..970c456d8e2c 100644 --- a/include/tools/debug.hxx +++ b/include/tools/debug.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TOOLS_DEBUG_HXX -#define _TOOLS_DEBUG_HXX +#ifndef INCLUDED_TOOLS_DEBUG_HXX +#define INCLUDED_TOOLS_DEBUG_HXX #include "tools/toolsdllapi.h" diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx index cf30761e83ac..5470bcd8f18a 100644 --- a/svx/source/tbxctrls/lboxctrl.cxx +++ b/svx/source/tbxctrls/lboxctrl.cxx @@ -17,10 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifdef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif #include <sal/types.h> #include <vcl/lstbox.hxx> #include <vcl/toolbox.hxx> |