From b8ce6f11ad880c95f6723539cd291ddcf32cbc37 Mon Sep 17 00:00:00 2001 From: Steve Scalpone Date: Wed, 27 Mar 2019 20:46:51 -0700 Subject: [PATCH] [flang] Removed unused #include files from check-computed-goto.cc. Did the same for a few other similar files. Original-commit: flang-compiler/f18@6f7569b93887b32e0b18da42d655e6fde1686e31 Reviewed-on: https://github.com/flang-compiler/f18/pull/360 --- flang/lib/semantics/check-arithmeticif.cc | 6 ------ flang/lib/semantics/check-computed-goto.cc | 6 ------ flang/lib/semantics/check-if-construct.cc | 6 ------ flang/lib/semantics/check-if-stmt.cc | 6 ------ 4 files changed, 24 deletions(-) diff --git a/flang/lib/semantics/check-arithmeticif.cc b/flang/lib/semantics/check-arithmeticif.cc index c8d6b71..92a7ffb 100644 --- a/flang/lib/semantics/check-arithmeticif.cc +++ b/flang/lib/semantics/check-arithmeticif.cc @@ -13,13 +13,7 @@ // limitations under the License. #include "check-arithmeticif.h" -#include "attr.h" -#include "scope.h" -#include "semantics.h" -#include "symbol.h" #include "tools.h" -#include "type.h" -#include "../evaluate/traversal.h" #include "../parser/message.h" #include "../parser/parse-tree.h" diff --git a/flang/lib/semantics/check-computed-goto.cc b/flang/lib/semantics/check-computed-goto.cc index abe9aff6..8bfc116 100644 --- a/flang/lib/semantics/check-computed-goto.cc +++ b/flang/lib/semantics/check-computed-goto.cc @@ -13,13 +13,7 @@ // limitations under the License. #include "check-computed-goto.h" -#include "attr.h" -#include "scope.h" -#include "semantics.h" -#include "symbol.h" #include "tools.h" -#include "type.h" -#include "../evaluate/traversal.h" #include "../parser/message.h" #include "../parser/parse-tree.h" diff --git a/flang/lib/semantics/check-if-construct.cc b/flang/lib/semantics/check-if-construct.cc index 2f6db64..f734daa 100644 --- a/flang/lib/semantics/check-if-construct.cc +++ b/flang/lib/semantics/check-if-construct.cc @@ -13,13 +13,7 @@ // limitations under the License. #include "check-if-construct.h" -#include "attr.h" -#include "scope.h" -#include "semantics.h" -#include "symbol.h" #include "tools.h" -#include "type.h" -#include "../evaluate/traversal.h" #include "../parser/message.h" #include "../parser/parse-tree.h" diff --git a/flang/lib/semantics/check-if-stmt.cc b/flang/lib/semantics/check-if-stmt.cc index 13ace44..09ce6d6 100644 --- a/flang/lib/semantics/check-if-stmt.cc +++ b/flang/lib/semantics/check-if-stmt.cc @@ -13,13 +13,7 @@ // limitations under the License. #include "check-if-stmt.h" -#include "attr.h" -#include "scope.h" -#include "semantics.h" -#include "symbol.h" #include "tools.h" -#include "type.h" -#include "../evaluate/traversal.h" #include "../parser/message.h" #include "../parser/parse-tree.h" -- 2.7.4