From 485138f3a574417bb25af1f478d990599566f84d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 6 Dec 2011 21:32:05 +0100 Subject: Fix non --enable-dbgutil builds. --- vcl/source/window/dialog.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index 7fed9bb85172..b2505b6db965 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -43,11 +43,7 @@ #include #include #include - -#ifdef DBG_UTIL #include -#endif - #include -- cgit