Skip to content

Commit

Permalink
Remove unneeded headers (pytorch#21393)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#21393

Result of splitting the base diff. We moved a header from src/* to include/fbgemm/*

Reviewed By: jianyuh

Differential Revision: D15635188

fbshipit-source-id: ad7d0ddba964ff1cb8b2e33f5f98e457a4d2eac9
  • Loading branch information
dskhudia authored and facebook-github-bot committed Jun 6, 2019
1 parent 8a9ea55 commit 80a083e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion caffe2/quantization/server/conv_dnnlowp_op.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include <fbgemm/Fbgemm.h>
#include <fbgemm/src/FbgemmI8DepthwiseAvx2.h>
#include "caffe2/operators/conv_op.h"
#include "caffe2/operators/conv_pool_op_base.h"
#include "caffe2/quantization/server/caffe2_dnnlowp_utils.h"
Expand Down
1 change: 0 additions & 1 deletion caffe2/quantization/server/fbgemm_pack_blob.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <memory>

#include <fbgemm/Fbgemm.h>
#include <fbgemm/src/FbgemmI8DepthwiseAvx2.h>

#include "caffe2/quantization/server/dnnlowp.h"

Expand Down

0 comments on commit 80a083e

Please sign in to comment.