[exo] Remove unused header (#9244)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Wed, 27 Nov 2019 07:47:08 +0000 (16:47 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 27 Nov 2019 07:47:08 +0000 (16:47 +0900)
This removes unused header, #include <cassert>

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
compiler/exo/src/Dialect/IR/CircleNodeImpl.h
compiler/exo/src/Dialect/IR/TFLNodeImpl.h
compiler/exo/src/Log.cpp

index c8f1266..f6100fd 100644 (file)
@@ -20,8 +20,6 @@
 #include "CircleNodes.h"
 #include "CircleNodeVisitor.h"
 
-#include <cassert>
-
 namespace locoex
 {
 
index 7b7dd04..2d0b0bd 100644 (file)
@@ -20,8 +20,6 @@
 #include "TFLNodes.h"
 #include "TFLNodeVisitor.h"
 
-#include <cassert>
-
 namespace locoex
 {
 
index f971b92..aa76296 100644 (file)
@@ -19,7 +19,6 @@
 #include <hermes/ConsoleReporter.h>
 #include <stdex/Memory.h>
 
-#include <cassert>
 #include <cstdlib>
 #include <iostream>