Removed all header file includes from typedef.h

This commit is contained in:
DennisOSRM
2012-07-02 16:00:00 +02:00
parent f01670db80
commit 1326c5a01f
3 changed files with 3 additions and 6 deletions
+2
View File
@@ -64,4 +64,6 @@ struct NodeCoords {
}
};
typedef NodeCoords<NodeID> NodeInfo;
#endif //_NODE_COORDS_H