Fix inclusion guard for Subgraphs (#5696)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Thu, 18 Jul 2019 09:29:01 +0000 (18:29 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 18 Jul 2019 09:29:01 +0000 (18:29 +0900)
SubgraphContext was renamed. Thus, inclusion guard is renamed.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/neurun/core/include/model/Subgraphs.h

index 1a73c33..f1e4ffb 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __NEURUN_MODEL_SUBGRAPH_CONTEXT_H__
-#define __NEURUN_MODEL_SUBGRAPH_CONTEXT_H__
+#ifndef __NEURUN_MODEL_SUBGRAPHS_H__
+#define __NEURUN_MODEL_SUBGRAPHS_H__
 
 #include "model/Index.h"
 #include "model/Subgraph.h"
@@ -69,4 +69,4 @@ private:
 } // namespace model
 } // namespace neurun
 
-#endif // __NEURUN_MODEL_SUBGRAPH_CONTEXT_H__
+#endif // __NEURUN_MODEL_SUBGRAPHS_H__