You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/10/31 22:54:14 UTC

[incubator-mxnet] branch master updated: removed unused header (#13066)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 13ad595  removed unused header (#13066)
13ad595 is described below

commit 13ad59583e7d3b414d2b0abb592ffb82835537a1
Author: Lin Yuan <ap...@gmail.com>
AuthorDate: Wed Oct 31 15:53:53 2018 -0700

    removed unused header (#13066)
---
 include/mxnet/engine.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/mxnet/engine.h b/include/mxnet/engine.h
index 11e64ed..e02b995 100644
--- a/include/mxnet/engine.h
+++ b/include/mxnet/engine.h
@@ -25,7 +25,6 @@
 #ifndef MXNET_ENGINE_H_
 #define MXNET_ENGINE_H_
 
-#include <dmlc/base.h>
 #if DMLC_USE_CXX11
 #include <algorithm>
 #include <memory>