#ifndef CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
#define CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
#include <stdint.h>
#include <deque>
#include <functional>
#include <optional>
#include <vector>
#include "core/fpdfapi/page/cpdf_pageobjectholder.h"
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/fx_memory_wrappers.h"
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxcrt/widestring.h"
#include "core/fxcrt/widetext_buffer.h"
class CPDF_FormObject;
class CPDF_Page;
class CPDF_TextObject;
struct TextPageCharSegment { … };
FX_DATA_PARTITION_EXCEPTION(TextPageCharSegment);
class CPDF_TextPage { … };
#endif