Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tidy up mc/mc_unw a little.
[simgrid.git] / src / mc / Frame.cpp
index 135b79cf57d3db0cba6ee7fe74309e59a7094c95..7a2f5ba5bd0868d5dc66018bdffda22da2fc57d9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2015. The SimGrid Team.
+/* Copyright (c) 2007-2019. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -6,7 +6,7 @@
 
 #include <libunwind.h>
 
-#include <xbt/sysdep.h>
+#include "xbt/sysdep.h"
 
 #include "src/mc/Frame.hpp"
 
@@ -34,4 +34,4 @@ void* Frame::frame_base(unw_cursor_t& unw_cursor) const
 }
 
 }
-}
\ No newline at end of file
+}