1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

LibGUI: Reduce header dependencies of ComboBox

This commit is contained in:
Andreas Kling 2020-02-23 10:42:43 +01:00
parent 45c25ffecd
commit 00bf68adc6
3 changed files with 28 additions and 8 deletions

View file

@ -45,6 +45,7 @@ class JsonArrayModel;
class KeyEvent;
class Label;
class Layout;
class ListView;
class Menu;
class MenuBar;
class MenuItem;