X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08e7455d67920bbd7a87f440d00f2c1e071314a0..9a4ec91cc24a9a54ff3a060cc2828ac54d0c0c26:/src/xbt/mmalloc/swag.h diff --git a/src/xbt/mmalloc/swag.h b/src/xbt/mmalloc/swag.h index 57e1a293b1..7997da210c 100644 --- a/src/xbt/mmalloc/swag.h +++ b/src/xbt/mmalloc/swag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2023. The SimGrid Team. 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. */ @@ -9,8 +9,6 @@ #ifndef XBT_SWAG_H #define XBT_SWAG_H -#include "xbt/sysdep.h" /* size_t */ - /* * XBT_swag: a O(1) set based on linked lists *