X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95d328f9ca4dd6ccd2065c6c84aca83d43001804..dff9e15c44ab6340d27215957c56fa72fad246a2:/src/xbt/heap_private.h diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index 026cbb44d5..bcd3ce9028 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -8,7 +8,7 @@ #ifndef _XBT_HEAP_PRIVATE_H #define _XBT_HEAP_PRIVATE_H -#include "xbt/dynar.h" /* void_f_pvoid_t */ +#include "xbt/dynar.h" /* void_f_pvoid_t */ #include "xbt/heap.h" typedef struct xbt_heapItem { @@ -33,4 +33,4 @@ typedef struct xbt_heap { static void xbt_heap_maxHeapify(xbt_heap_t H); static void xbt_heap_increaseKey(xbt_heap_t H, int i); -#endif /* _XBT_HEAP_PRIVATE_H */ +#endif /* _XBT_HEAP_PRIVATE_H */