Replace <limits.h> include by <climits>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "attribute-helper.h"
|
||||
#include "int64x64.h"
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include <climits>
|
||||
#include <cmath>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <limits.h>
|
||||
|
||||
#include "ns3/object.h"
|
||||
#include "ns3/pointer.h"
|
||||
|
||||
Reference in New Issue
Block a user