Kaydet (Commit) 648f6ac7 authored tarafından Matteo Casalin's avatar Matteo Casalin Kaydeden (comit) Matteo Casalin

Do not forward declare Splitter or include its header file if unneeded

üst 17dcc215
......@@ -29,6 +29,7 @@
#include "VertSplitView.hxx"
#include <tools/debug.hxx>
#include <vcl/split.hxx>
#define SPLITTER_WIDTH 80
......
......@@ -31,7 +31,6 @@
#include "queryview.hxx"
#include "querycontainerwindow.hxx"
class Splitter;
namespace dbaui
{
class OSqlEdit;
......
......@@ -28,7 +28,9 @@
#ifndef DBAUI_VERTSPLITVIEW_HXX
#define DBAUI_VERTSPLITVIEW_HXX
#include <vcl/split.hxx>
#include <vcl/window.hxx>
class Splitter;
namespace dbaui
{
......
......@@ -42,8 +42,6 @@
#include <MarkedSection.hxx>
#include "ViewsWindow.hxx"
class Splitter;
namespace rptui
{
class ODesignView;
......
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