]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/DwarfExpression.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] C++ style SimixProcessInformation
[simgrid.git] / src / mc / DwarfExpression.cpp
index 6c90f3184aa4ea73c91c0e68cecc7d0c6fef835f..35017da245e842dc7c7b029b0880d76ca98bdba5 100644 (file)
@@ -4,13 +4,12 @@
 /* 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. */
 
+#include <cstddef>
 #include <cstdint>
-#include <cstdarg>
 
 #include <dwarf.h>
 #include <elfutils/libdw.h>
 
-#include "src/mc/mc_object_info.h"
 #include "src/mc/mc_private.h"
 #include "src/mc/LocationList.hpp"
 #include "src/mc/AddressSpace.hpp"