mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-25 23:42:09 -06:00
Reduces the potential amount of rebuilding necessary if any headers change. In particular, we were including a header from the core library when we don't even link the core library to the web_service library, so this also gets rid of an indirect dependency.