Move to forward declare header
This commit is contained in:
committed by
Patrick Niklaus
parent
4ec7ca29f1
commit
0072bf0c59
@@ -0,0 +1,18 @@
|
||||
#ifndef OSRM_STORAGE_IO_FWD_HPP_
|
||||
#define OSRM_STORAGE_IO_FWD_HPP_
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
namespace storage
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
|
||||
class FileReader;
|
||||
class FileWriter;
|
||||
|
||||
} // ns io
|
||||
} // ns storage
|
||||
} // ns osrm
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user