renamed: Algorithms/StronglyConnectedComponents.h -> Algorithms/tiny_components.hpp

This commit is contained in:
Dennis Luxen 2014-11-20 17:21:35 +01:00
parent 665523bc7e
commit 8f8d81f90c
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "../typedefs.h"
#include "../Algorithms/StronglyConnectedComponents.h"
#include "../Algorithms/tiny_components.hpp"
#include "../Util/GraphLoader.h"
#include "../Util/OSRMException.h"
#include "../Util/simple_logger.hpp"