diff options
Diffstat (limited to 'basic/source/app/app.hxx')
-rw-r--r-- | basic/source/app/app.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/app/app.hxx b/basic/source/app/app.hxx index 4fc9e9cb9c07..68b3db186785 100644 --- a/basic/source/app/app.hxx +++ b/basic/source/app/app.hxx @@ -42,8 +42,8 @@ #include <vcl/wrkwin.hxx> #endif #include <vcl/timer.hxx> -#include <svtools/brdcst.hxx> -#include <svtools/lstner.hxx> +#include <svl/brdcst.hxx> +#include <svl/lstner.hxx> class BasicFrame; #include <basic/mybasic.hxx> |