[enco] frontend/caffe: fix header guard directive (#2587)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 10 Dec 2018 08:02:11 +0000 (17:02 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 10 Dec 2018 08:02:11 +0000 (17:02 +0900)
This will fix input layer header guard with correct directive

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/enco/frontend/caffe/src/Layer/Input.h

index a50d6c6..2f46474 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __INPUT_GRAPH_BUILDER_H__
-#define __INPUT_GRAPH_BUILDER_H__
+#ifndef __INPUT_BUILDER_H__
+#define __INPUT_BUILDER_H__
 
 #include "GraphBuilder.h"
 
@@ -32,4 +32,4 @@ public:
 
 } // namespace caffeimport
 
-#endif // __INPUT_GRAPH_BUILDER_H__
+#endif // __INPUT_BUILDER_H__