// Copyright 2017 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef CORE_FPDFDOC_CPDF_STRUCTTREE_H_ #define CORE_FPDFDOC_CPDF_STRUCTTREE_H_ #include <functional> #include <map> #include <memory> #include <vector> #include "core/fpdfapi/parser/cpdf_dictionary.h" #include "core/fxcrt/bytestring.h" #include "core/fxcrt/retain_ptr.h" class CPDF_Document; class CPDF_StructElement; class CPDF_StructTree { … }; #endif // CORE_FPDFDOC_CPDF_STRUCTTREE_H_