Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed licence and copyright. No more reference to da GRAS possee or the
[simgrid.git] / testsuite / xbt / heap_bench.c
index 10f173a..84abc4f 100644 (file)
@@ -1,14 +1,17 @@
+/*     $Id$     */
+
 /* A few tests for the xbt_heap module                                      */
 
-/* Authors: Arnaud Legrand                                                  */
+/* Copyright (c) 2004 Arnaud Legrand. 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. */
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
 
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/time.h>
-#include "xbt_heap.h"
+#include "xbt/heap.h"
 
 #define MAX_TEST 1000000