Skip to content

Commit

Permalink
remove some header file (#57105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galaxy1458 authored Sep 12, 2023
1 parent 3a34a9c commit 48494fc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions paddle/phi/core/kernel_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@

#include <map>
#include <ostream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include "paddle/phi/common/backend.h"
#include "paddle/phi/common/data_type.h"
#include "paddle/phi/common/layout.h"
#include "paddle/phi/core/compat/convert_utils.h"
#include "paddle/phi/core/compat/get_kerneltype_forvar_utils.h"
#include "paddle/phi/core/enforce.h"
#include "paddle/phi/core/type_defs.h"
#include "paddle/phi/core/utils/data_type.h"
#include "paddle/utils/flat_hash_map.h"
Expand Down
9 changes: 0 additions & 9 deletions paddle/phi/core/kernel_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,11 @@

#pragma once

#include <cstring>
#include <string>
#include <type_traits>
#include <typeindex>
#include <typeinfo>
#include <vector>

#include "paddle/phi/core/custom_kernel.h"
#include "paddle/phi/core/enforce.h"
#include "paddle/phi/core/extended_tensor.h"
#include "paddle/phi/core/kernel_factory.h"
#include "paddle/phi/core/kernel_utils.h"
#include "paddle/phi/core/macros.h"
#include "paddle/phi/core/type_defs.h"

namespace phi {

Expand Down
1 change: 0 additions & 1 deletion paddle/phi/core/kernel_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "paddle/phi/core/sparse_csr_tensor.h"
#include "paddle/phi/core/string_tensor.h"
#include "paddle/phi/core/tensor_array.h"
#include "paddle/phi/core/type_defs.h"

namespace phi {

Expand Down
2 changes: 0 additions & 2 deletions paddle/utils/small_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#include <new>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <utility>

namespace paddle {

Expand Down

0 comments on commit 48494fc

Please sign in to comment.