2017-04-04 19:54:30 -04:00
|
|
|
#ifndef OSRM_STORAGE_IO_FWD_HPP_
|
|
|
|
#define OSRM_STORAGE_IO_FWD_HPP_
|
|
|
|
|
|
|
|
namespace osrm
|
|
|
|
{
|
|
|
|
namespace storage
|
|
|
|
{
|
|
|
|
namespace io
|
|
|
|
{
|
|
|
|
|
|
|
|
class FileReader;
|
|
|
|
class FileWriter;
|
|
|
|
|
2020-11-26 10:21:39 -05:00
|
|
|
} // namespace io
|
|
|
|
} // namespace storage
|
|
|
|
} // namespace osrm
|
2017-04-04 19:54:30 -04:00
|
|
|
|
|
|
|
#endif
|