Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix aliased template parameter name
[simgrid.git] / teshsuite / msg / trace / test_trace_integration.c
index d09b5c5e4ac9208e74871579c56170ddf729c810..e06af1dd655d97e61f241a95ae10990d38aaa8aa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2010, 2012-2013. The SimGrid Team.
+/* Copyright (c) 2009-2010, 2012-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -6,7 +6,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "msg/msg.h"
+#include "simgrid/msg.h"
 #include "xbt/log.h"
 #include "xbt/asserts.h"
 
@@ -43,7 +43,6 @@ int test_trace(int argc, char *argv[])
 
   XBT_INFO("Test finished");
 
-
   return 0;
 }