fix names of fwd declarations

This commit is contained in:
Dennis Luxen 2015-01-29 16:44:32 +01:00
parent da469911d3
commit 36aadc21a7

View File

@ -29,10 +29,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define OSRM_IMPL_HPP
class BasePlugin;
namespace http
{
class Reply;
}
struct RouteParameters;
#include "../data_structures/query_edge.hpp"