Get rid of #include "../foo/bar.hxx" type includes

Change-Id: I18e2094c1d28b6e0d860e474e33bbf8642ba78fd
Reviewed-on: https://gerrit.libreoffice.org/32845
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
This commit is contained in:
Gaurav Dhingra
2017-01-08 22:56:29 +05:30
committed by Markus Mohrhard
parent 8eb7069941
commit 38e3dc80f1
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_VCL_SOURCE_WINDOW_SCRWND_HXX
#define INCLUDED_VCL_SOURCE_WINDOW_SCRWND_HXX
#ifndef INCLUDED_VCL_INC_SCRWND_HXX
#define INCLUDED_VCL_INC_SCRWND_HXX
#include <vcl/floatwin.hxx>
#include <vcl/bitmap.hxx>
@@ -80,6 +80,6 @@ public:
void ImplSetWheelMode( WheelMode nWheelMode );
};
#endif // INCLUDED_VCL_SOURCE_WINDOW_SCRWND_HXX
#endif // INCLUDED_VCL_INC_SCRWND_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -46,7 +46,7 @@
#include "salsys.hxx"
#include "svids.hrc"
#include "helpwin.hxx"
#include "../window/scrwnd.hxx"
#include "scrwnd.hxx"
#include "com/sun/star/accessibility/MSAAService.hpp"