Replace C stdlib.h, stdint.h and math.h headers with C++ variants

This commit is contained in:
Gabriel Ferreira
2025-05-16 10:36:14 +02:00
parent b484b251c7
commit c0010702ce
43 changed files with 50 additions and 95 deletions

View File

@@ -16,10 +16,10 @@
#include "ns3/system-wall-clock-ms.h"
#include <algorithm>
#include <cstdlib> // for exit ()
#include <iostream>
#include <limits>
#include <sstream>
#include <stdlib.h> // for exit ()
#include <string>
using namespace ns3;