osrm-backend/include/storage/io_fwd.hpp
Daniel Patterson 50d9632ed7
Upgrade formatting to clang-format 10 (#5895)
* Update formatting tools to clang-format-10

* Reformat using clang-format-10.0.09
2020-11-26 07:21:39 -08:00

19 lines
226 B
C++

#ifndef OSRM_STORAGE_IO_FWD_HPP_
#define OSRM_STORAGE_IO_FWD_HPP_
namespace osrm
{
namespace storage
{
namespace io
{
class FileReader;
class FileWriter;
} // namespace io
} // namespace storage
} // namespace osrm
#endif