chromium/third_party/pdfium/core/fxcrt/fx_number.h

// Copyright 2018 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_FXCRT_FX_NUMBER_H_
#define CORE_FXCRT_FX_NUMBER_H_

#include <stdint.h>

#include "core/fxcrt/bytestring.h"
#include "third_party/abseil-cpp/absl/types/variant.h"

class FX_Number {};

#endif  // CORE_FXCRT_FX_NUMBER_H_