remove unused includes in AccuracyLayer and ArgMaxLayer
authorJonathan L Long <jonlong@cs.berkeley.edu>
Sun, 20 Jul 2014 09:29:15 +0000 (02:29 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Sun, 20 Jul 2014 10:08:26 +0000 (03:08 -0700)
src/caffe/layers/accuracy_layer.cpp
src/caffe/layers/argmax_layer.cpp

index 3ccba3b..58ea6ae 100644 (file)
@@ -1,8 +1,6 @@
 // Copyright 2014 BVLC and contributors.
 
 #include <algorithm>
-#include <cmath>
-#include <cfloat>
 #include <functional>
 #include <utility>
 #include <vector>
@@ -12,7 +10,6 @@
 #include "caffe/util/math_functions.hpp"
 #include "caffe/util/io.hpp"
 
-
 namespace caffe {
 
 using std::max;
index bd1a268..732f7bf 100644 (file)
@@ -1,9 +1,7 @@
 // Copyright 2014 BVLC and contributors.
 
 #include <algorithm>
-#include <cfloat>
 #include <functional>
-#include <queue>
 #include <utility>
 #include <vector>