fix layer_factory.cpp bug: there should be no ifdefs
authorYangqing Jia <jiayq@google.com>
Wed, 27 Aug 2014 22:40:14 +0000 (15:40 -0700)
committerYangqing Jia <jiayq@google.com>
Wed, 27 Aug 2014 22:40:14 +0000 (15:40 -0700)
src/caffe/layer_factory.cpp

index d18d246..1b34702 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef CAFFE_LAYER_FACTORY_HPP_
-#define CAFFE_LAYER_FACTORY_HPP_
-
 #include <string>
 
 #include "caffe/layer.hpp"
@@ -98,5 +95,3 @@ template Layer<float>* GetLayer(const LayerParameter& param);
 template Layer<double>* GetLayer(const LayerParameter& param);
 
 }  // namespace caffe
-
-#endif  // CAFFE_LAYER_FACTORY_HPP_