// Copyright 2020 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef XFA_FGAS_FONT_CFGAS_GEMODULE_H_ #define XFA_FGAS_FONT_CFGAS_GEMODULE_H_ #include <memory> class CFGAS_FontMgr; class CFGAS_GEModule { … }; #endif // XFA_FGAS_FONT_CFGAS_GEMODULE_H_