Skip to content

Commit 3e9e62b

Browse files
committed
delete unneeded headers
1 parent 598c5d6 commit 3e9e62b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

flang/include/flang/Common/enum-class.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#ifndef FORTRAN_COMMON_ENUM_CLASS_H_
1818
#define FORTRAN_COMMON_ENUM_CLASS_H_
1919

20-
#include "optional.h"
2120
#include <array>
2221
#include <functional>
2322
#include <string_view>

flang/include/flang/Common/optional.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
#define FORTRAN_COMMON_OPTIONAL_H
2828

2929
#include "api-attrs.h"
30-
#include <functional>
3130
#include <optional>
32-
#include <type_traits>
3331

3432
#if !defined(STD_OPTIONAL_UNSUPPORTED) && \
3533
(defined(__CUDACC__) || defined(__CUDA__)) && defined(__CUDA_ARCH__)

0 commit comments

Comments
 (0)