Kaydet (Commit) d22cf7e9 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

presumably this was intended as include guard

remove it, as it's nonsense

Change-Id: Id8171b81d42dfd3d391b7c5e6602d9271b6697c7
üst 433b00a8
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _TOOLS_DEBUG_HXX #ifndef INCLUDED_TOOLS_DEBUG_HXX
#define _TOOLS_DEBUG_HXX #define INCLUDED_TOOLS_DEBUG_HXX
#include "tools/toolsdllapi.h" #include "tools/toolsdllapi.h"
......
...@@ -17,10 +17,7 @@ ...@@ -17,10 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifdef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx> #include <tools/debug.hxx>
#endif
#include <sal/types.h> #include <sal/types.h>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/toolbox.hxx> #include <vcl/toolbox.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment