Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the surf::As* classes into their own files
[simgrid.git] / src / surf / AsRoutedGraph.cpp
similarity index 97%
rename from src/surf/surf_routing_RoutedGraph.cpp
rename to src/surf/AsRoutedGraph.cpp
index f40ee1c..e58e197 100644 (file)
@@ -1,22 +1,16 @@
-/* Copyright (c) 2009-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2009-2016. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "surf_routing_RoutedGraph.hpp"
-
-#include <cstdlib>
-
-#include <algorithm>
-
 #include "xbt/dict.h"
 #include "xbt/log.h"
 #include "xbt/sysdep.h"
 #include "xbt/dynar.h"
 #include "xbt/graph.h"
 
-#include "network_interface.hpp"
+#include "src/surf/AsRoutedGraph.hpp"
+#include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_routing_generic, surf_route, "Generic implementation of the surf routing");