mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[PyTorch] Remove unnecessary include of c10/util/Exception.h in irange.h (#136202)
Manually audited and can't figure out why this would be needed. Differential Revision: [D62879500](https://our.internmc.facebook.com/intern/diff/D62879500/) Pull Request resolved: https://github.com/pytorch/pytorch/pull/136202 Approved by: https://github.com/malfet
This commit is contained in:
parent
6a6f5b20c5
commit
605f2d802a
2 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include <c10/core/impl/alloc_cpu.h>
|
||||
#include <c10/mobile/CPUProfilingAllocator.h>
|
||||
#include <c10/util/Exception.h>
|
||||
#include <c10/util/irange.h>
|
||||
|
||||
#include <map>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <c10/util/Exception.h>
|
||||
#include <c10/util/TypeSafeSignMath.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
|
|
|||
Loading…
Reference in a new issue