forked from dolphin-emu/dolphin
Forward declaring functions from a completely different header inside a cpp file can lead to linker errors. Forward declaring also doesn't really provide any benefit within cpp files unless it's to bring an internally linked function within the same file into scope.