Kaydet (Commit) f5fc8161 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid unnecessary #include

Change-Id: I6ec5de40ce2f4cbcce751dcae16dae60abbc1a37
üst 294c80f1
......@@ -18,6 +18,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/strbuf.hxx>
#include <tools/urlobj.hxx>
#include <vcl/edit.hxx>
#include <vcl/msgbox.hxx>
......
......@@ -16,7 +16,6 @@
#include <tools/fldunit.hxx>
#include <vcl/dllapi.h>
#include <vcl/window.hxx>
#include <xmlreader/xmlreader.hxx>
#include <map>
#include <set>
#include <stack>
......@@ -39,6 +38,7 @@ class DateField;
class TimeField;
class VclExpander;
class VclMultiLineEdit;
namespace xmlreader { class XmlReader; }
class VCL_DLLPUBLIC VclBuilder: private boost::noncopyable
{
......
......@@ -45,6 +45,7 @@
#include <svdata.hxx>
#include <svids.hrc>
#include <window.h>
#include <xmlreader/xmlreader.hxx>
using namespace com::sun::star;
......
......@@ -18,7 +18,7 @@
*/
#include <config_features.h>
#include <rtl/strbuf.hxx>
#include <tools/rc.h>
#include <sal/types.h>
......
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