Revert "[flang][OpenMP] Fix namespace nesting after PR144960"

PR#144960 broke check-flang tests on Windows (x64/ARM64).

This reverts commit 925dbc7988.
This commit is contained in:
Muhammad Omair Javaid
2025-06-26 18:30:16 +05:00
parent a1d5b9d1cd
commit 597ffb1187

View File

@@ -12,16 +12,16 @@ namespace Fortran {
namespace lower {
class AbstractConverter;
class SymMap;
namespace pft {
struct Evaluation;
}
} // namespace lower
namespace parser {
struct OpenMPAtomicConstruct;
}
namespace pft {
struct Evaluation;
}
namespace semantics {
class SemanticsContext;
}