Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

add extra header file to export #13795

Merged
merged 10 commits into from
Jan 9, 2019
Prev Previous commit
Next Next commit
remove unnecessary include
  • Loading branch information
apeforest committed Jan 9, 2019
commit ca6bc225cf44ab8c65c990dc0177096b7ba465a9
7 changes: 0 additions & 7 deletions include/mxnet/c_api_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
#ifndef MXNET_C_API_ERROR_H_
#define MXNET_C_API_ERROR_H_

#include <dmlc/base.h>
#include <dmlc/logging.h>
#include <mxnet/c_api.h>
#include <mxnet/base.h>

using namespace mxnet;

/*!
* \brief Macros to guard beginning and end section of all functions
* every function starts with API_BEGIN()
Expand Down