diff --git a/src/ports/SkFontMgr_FontConfigInterface_factory.cpp b/src/ports/SkFontMgr_FontConfigInterface_factory.cpp index 92ed3b4e51..b2bb74ee1d 100644 --- a/src/ports/SkFontMgr_FontConfigInterface_factory.cpp +++ b/src/ports/SkFontMgr_FontConfigInterface_factory.cpp @@ -9,11 +9,6 @@ #include "SkFontMgr.h" #include "SkFontMgr_FontConfigInterface.h" -#ifdef SK_ADDING_src_ports_SkFontConfigInterface_cpp -// The code previously here is moving to SkFontConfigInterface.cpp -#include "SkFontConfigInterface.cpp" -#endif - SkFontMgr* SkFontMgr::Factory() { sk_sp fci(SkFontConfigInterface::RefGlobal()); if (!fci) {