Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the surf::As* classes into their own files
[simgrid.git] / src / surf / AsRoutedGraph.hpp
similarity index 79%
rename from src/surf/surf_routing_RoutedGraph.hpp
rename to src/surf/AsRoutedGraph.hpp
index 1eea4f9..4079e8f 100644 (file)
@@ -1,22 +1,16 @@
-/* Copyright (c) 2013-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2013-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 <xbt/base.h>
-
-#include "surf_routing.hpp"
-#include "src/surf/AsImpl.hpp"
-
 #ifndef SURF_ROUTING_GENERIC_HPP_
 #define SURF_ROUTING_GENERIC_HPP_
 
+#include "src/surf/AsImpl.hpp"
+
 namespace simgrid {
 namespace surf {
 
-class XBT_PRIVATE AsRoutedGraph;
-
 class XBT_PRIVATE AsRoutedGraph : public AsImpl {
 public:
   AsRoutedGraph(const char*name);