!4959 delete #include "src/ops/primitive_c.h" at model.h

Merge pull request !4959 from yeyunpeng2020/mindspore
This commit is contained in:
mindspore-ci-bot 2020-08-22 10:19:35 +08:00 committed by Gitee
commit 528fb81093
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <string>
#include <vector>
#include <memory>
#include "src/ops/primitive_c.h"
#include "schema/model_generated.h"
namespace mindspore {
#define MS_API __attribute__((visibility("default")))

View File

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include "src/ops/primitive_c.h"
#include "include/model.h"
#include "src/ops/unique.h"
#include "src/ops/space_to_batch.h"