mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 03:12:06 +00:00
You can now #include <AK/Forward.h> to get most of the AK types as forward declarations. Header dependency explosion is one of the main contributors to compile times at the moment, so this is a step towards smaller include graphs. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| MDBlock.h | ||
| MDCodeBlock.cpp | ||
| MDCodeBlock.h | ||
| MDDocument.cpp | ||
| MDDocument.h | ||
| MDHeading.cpp | ||
| MDHeading.h | ||
| MDList.cpp | ||
| MDList.h | ||
| MDParagraph.cpp | ||
| MDParagraph.h | ||
| MDText.cpp | ||
| MDText.h | ||