Replace <limits.h> include by <climits>

This commit is contained in:
Vedran Miletić
2013-07-06 16:55:33 +02:00
parent d17fd41e3b
commit b5891dce41
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
#include "attribute-helper.h"
#include "int64x64.h"
#include <stdint.h>
#include <limits.h>
#include <climits>
#include <cmath>
#include <ostream>

View File

@@ -1,7 +1,6 @@
#include <iostream>
#include <algorithm>
#include <map>
#include <limits.h>
#include "ns3/object.h"
#include "ns3/pointer.h"