mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[caffe2/utils] Add some fine-grained rules to avoid package boundary violations
Test Plan: CI Reviewed By: igorsugak Differential Revision: D29401295 fbshipit-source-id: e921e5578c1fcc8df6bd670ae9f95722b8e32d85
This commit is contained in:
committed by
Facebook GitHub Bot
parent
03de807d81
commit
c3977bf3da
@ -6,7 +6,7 @@
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
#include "caffe2/core/common.h"
|
||||
#include <c10/macros/Export.h>
|
||||
|
||||
namespace caffe2 {
|
||||
|
||||
|
@ -6,8 +6,7 @@
|
||||
#include "Eigen/Core"
|
||||
#include "Eigen/Dense"
|
||||
|
||||
#include "caffe2/core/logging.h"
|
||||
|
||||
#include <c10/util/Logging.h>
|
||||
#include <c10/util/irange.h>
|
||||
|
||||
namespace caffe2 {
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "caffe2/core/common.h"
|
||||
#include <c10/macros/Export.h>
|
||||
|
||||
namespace caffe2 {
|
||||
|
||||
|
Reference in New Issue
Block a user