ladybird/Userland/Demos/CatDog
Ben Wiederhake 1e7adf5cb6 LibGUI: Resolve cyclic inclusion
Application.h includes Widget.h which includes Application.h. I'm not entirely
sure what the semantics are in this case, but avoiding this seems to be the
safer approach. In this case, Widget does not actually use Application, so let's
just remove the unused include.
2021-01-22 21:49:54 +01:00
..
CMakeLists.txt Demos: Move to Userland/Demos/ 2021-01-12 12:04:17 +01:00
main.cpp LibGUI: Resolve cyclic inclusion 2021-01-22 21:49:54 +01:00