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

Commit

Permalink
remove unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Aug 30, 2018
1 parent 3f12dea commit 9fa8be0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tests/cpp/include/test_mkldnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@
#include <vector>
#include "../../../3rdparty/mkldnn/include/mkldnn_types.h"
#include "../../../3rdparty/googletest/googletest/include/gtest/gtest.h"
#include "../../../include/mxnet/imperative.h"
#include "../../../src/operator/nn/mkldnn/mkldnn_base-inl.h"
#include "../../../src/operator/nn/mkldnn/mkldnn_ops-inl.h"
#include "../../../src/operator/nn/mkldnn/mkldnn_pooling-inl.h"
#include "../../../src/operator/nn/pooling-inl.h"

using namespace mxnet;

Expand Down
3 changes: 0 additions & 3 deletions tests/cpp/operator/mkldnn_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
#include "gtest/gtest.h"
#include "mxnet/imperative.h"
#include "../../src/operator/nn/mkldnn/mkldnn_base-inl.h"
#include "../../src/operator/nn/mkldnn/mkldnn_ops-inl.h"
#include "../../src/operator/nn/mkldnn/mkldnn_pooling-inl.h"
#include "../../src/operator/nn/pooling-inl.h"
#include "../include/test_mkldnn.h"

using namespace mxnet;
Expand Down

0 comments on commit 9fa8be0

Please sign in to comment.