Move BFSComponentExplorer to Contractor/

This commit is contained in:
Patrick Niklaus 2014-05-08 23:26:52 +02:00
parent 5265f38c35
commit 22d0861f6d
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
#include <boost/unordered_set.hpp>
#include "../typedefs.h"
#include "DynamicGraph.h"
#include "RestrictionMap.h"
#include "../DataStructures/DynamicGraph.h"
#include "../DataStructures/RestrictionMap.h"
/**
* Explores the components of the given graph while respecting turn restrictions

View File

@ -27,7 +27,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "EdgeBasedGraphFactory.h"
#include "../Util/ComputeAngle.h"
#include "../DataStructures/BFSComponentExplorer.h"
#include "BFSComponentExplorer.h"
#include <boost/assert.hpp>
#include <boost/foreach.hpp>