Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prefer system-wide headers to project-wide ones in include/
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2018 13:05:06 +0000 (14:05 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Mar 2018 13:47:54 +0000 (14:47 +0100)
include/simgrid/kernel/routing/EmptyZone.hpp
include/simgrid/kernel/routing/NetZoneImpl.hpp

index 8f13116..cb64ff5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2016. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2018. 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. */
 
 /* 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. */
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_NONE_HPP_
 #define SURF_ROUTING_NONE_HPP_
 
 #ifndef SURF_ROUTING_NONE_HPP_
 #define SURF_ROUTING_NONE_HPP_
 
-#include "simgrid/kernel/routing/NetZoneImpl.hpp"
+#include <simgrid/kernel/routing/NetZoneImpl.hpp>
 
 namespace simgrid {
 namespace kernel {
 
 namespace simgrid {
 namespace kernel {
index afb2d38..f1b55e6 100644 (file)
@@ -6,12 +6,11 @@
 #ifndef SIMGRID_ROUTING_NETZONEIMPL_HPP
 #define SIMGRID_ROUTING_NETZONEIMPL_HPP
 
 #ifndef SIMGRID_ROUTING_NETZONEIMPL_HPP
 #define SIMGRID_ROUTING_NETZONEIMPL_HPP
 
-#include <map>
-
-#include "xbt/graph.h"
+#include <simgrid/forward.h>
+#include <simgrid/s4u/NetZone.hpp>
+#include <xbt/graph.h>
 
 
-#include "simgrid/forward.h"
-#include "simgrid/s4u/NetZone.hpp"
+#include <map>
 
 namespace simgrid {
 namespace kernel {
 
 namespace simgrid {
 namespace kernel {