Skip to content

Commit 5fc0daa

Browse files
[alien,refsemantic] Include Arccore header file 'MessagePassingGlobal.h' instead of explicitly defining the type.
This is needed when we will move the type 'IMessagePassingMng' in Arcane namespace.
1 parent c48c5e1 commit 5fc0daa

File tree

1 file changed

+2
-6
lines changed
  • alien/standalone/src/refsemantic/alien/ref/import_export

1 file changed

+2
-6
lines changed

alien/standalone/src/refsemantic/alien/ref/import_export/SystemReader.h

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 IFPEN-CEA
2+
* Copyright 2025 IFPEN-CEA
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,15 +22,11 @@
2222
#include <vector>
2323

2424
#include <arccore/base/ArccoreGlobal.h>
25+
#include <arccore/message_passing/MessagePassingGlobal.h>
2526

2627
#include <alien/ref/AlienRefExport.h>
2728
#include <alien/ref/AlienRefSemanticPrecomp.h>
2829

29-
namespace Arccore::MessagePassing
30-
{
31-
class IMessagePassingMng;
32-
}
33-
3430
namespace Alien
3531
{
3632

0 commit comments

Comments
 (0)