rename ImportNode.h/cpp -> ExternalMemoryNode.h/cpp

This commit is contained in:
Dennis Luxen
2014-08-29 11:38:53 +02:00
parent 7300024e13
commit a6f34d2044
9 changed files with 7 additions and 37 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Exposes all data access interfaces to the algorithms via base class ptr
#include "../../DataStructures/EdgeBasedNode.h"
#include "../../DataStructures/ImportNode.h"
#include "../../DataStructures/ExternalMemoryNode.h"
#include "../../DataStructures/phantom_node.hpp"
#include "../../DataStructures/Range.h"
#include "../../DataStructures/TurnInstructions.h"