diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-07 01:34:52 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:21 +0200 |
commit | 401d3bcf8b0aa4bdea4f83baa495241a4d4b7029 (patch) | |
tree | 79cc4a21dbb69e16c49cdd3e5d39d51712435642 /vcl/source/uitest/uiobject.cxx | |
parent | 60d175de5b8bf90cc546d2177e66497f2ecaae15 (diff) |
uitest: let us use the include/vcl/uitest purely for the interface
All the actual implementations don't need to be exposed to the outside
world.
Change-Id: If92469b99e6c39493767de947434c6d78ae3804c
Diffstat (limited to 'vcl/source/uitest/uiobject.cxx')
-rw-r--r-- | vcl/source/uitest/uiobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index 493127f01922..76fc1f7d52fc 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <vcl/uitest/uiobject.hxx> +#include "uitest/uiobject_impl.hxx" #include <iostream> |