Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't try to change the rate of task once it's done, the new test in
[simgrid.git] / examples / simdag / sd_test2.c
index acab4c8d4589ba78917e99e6b481159f422da0b1..b566790dda0a507f2d1495139f59000d0db32af2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2007-2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -8,7 +8,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "simdag/simdag.h"
+#include "simgrid/simdag.h"
 #include "xbt/log.h"
 
 #include "xbt/sysdep.h"         /* calloc, printf */