// Copyright 2017 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SRC_INCLUDE_PUFFIN_PUFFER_H_ #define SRC_INCLUDE_PUFFIN_PUFFER_H_ #include <memory> #include <vector> #include "puffin/common.h" #include "puffin/stream.h" namespace puffin { class BitReaderInterface; class PuffWriterInterface; class HuffmanTable; class Puffer { … }; } // namespace puffin #endif // SRC_INCLUDE_PUFFIN_PUFFER_H_