Skip to content

Commit 332bc98

Browse files
committed
remove clang std warning
1 parent 364c134 commit 332bc98

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/aggregate.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Robert Hijmans, October 2014 */
22

3-
using namespace std;
43
#include <vector>
54
#include <limits>
65
#include <cmath>

src/area.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Robert Hijmans, May 2015 */
22
#include "geodesic.h"
3-
using namespace std;
43
#include <vector>
54
#include <math.h>
65

0 commit comments

Comments
 (0)