diff options
Diffstat (limited to 'vcl/inc/listbox.hxx')
-rw-r--r-- | vcl/inc/listbox.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx index e9bd4f53b843..8b3756297187 100644 --- a/vcl/inc/listbox.hxx +++ b/vcl/inc/listbox.hxx @@ -24,12 +24,11 @@ #include <o3tl/safeint.hxx> #include <utility> +#include <vcl/glyphitem.hxx> #include <vcl/toolkit/button.hxx> #include <vcl/toolkit/floatwin.hxx> +#include <vcl/toolkit/lstbox.hxx> #include <vcl/quickselectionengine.hxx> -#include <vcl/vcllayout.hxx> - -#include "glyphid.hxx" #include <set> #include <vector> |