mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
stop using caffe2/core/logging.h forwarding header in serialize lib (#98168)
No need to create a library for this useless header. Differential Revision: [D44612668](https://our.internmc.facebook.com/intern/diff/D44612668/) Pull Request resolved: https://github.com/pytorch/pytorch/pull/98168 Approved by: https://github.com/PaliC
This commit is contained in:
committed by
PyTorch MergeBot
parent
fdb9441e7e
commit
531b8e8f1e
@ -13,9 +13,9 @@
|
||||
#include <c10/core/CPUAllocator.h>
|
||||
#include <c10/core/Backend.h>
|
||||
#include <c10/util/Exception.h>
|
||||
#include <c10/util/Logging.h>
|
||||
|
||||
#include "caffe2/core/common.h"
|
||||
#include "caffe2/core/logging.h"
|
||||
#include "caffe2/serialize/file_adapter.h"
|
||||
#include "caffe2/serialize/inline_container.h"
|
||||
#include "caffe2/serialize/istream_adapter.h"
|
||||
|
Reference in New Issue
Block a user