Skip to content

Commit c8cc173

Browse files
committed
SQUASHME trivial include file header ordering
Signed-off-by: Jeff Squyres <[email protected]>
1 parent f74c83a commit c8cc173

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

opal/mca/threads/argobots/threads_argobots_module.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212
* All rights reserved.
1313
* Copyright (c) 2019 Sandia National Laboratories. All rights reserved.
1414
*
15+
* Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
1516
* $COPYRIGHT$
1617
*
1718
* Additional copyrights may follow
1819
*
1920
* $HEADER$
2021
*/
2122

23+
#include "opal_config.h"
24+
2225
#include <unistd.h>
2326

2427
#include "opal/mca/threads/argobots/threads_argobots.h"

opal/mca/threads/argobots/threads_argobots_mutex.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Copyright (c) 2020 Triad National Security, LLC. All rights
1919
* reserved.
2020
*
21+
* Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
2122
* $COPYRIGHT$
2223
*
2324
* Additional copyrights may follow
@@ -28,12 +29,13 @@
2829
#ifndef OPAL_MCA_THREADS_ARGOBOTS_THREADS_ARGOBOTS_MUTEX_H
2930
#define OPAL_MCA_THREADS_ARGOBOTS_THREADS_ARGOBOTS_MUTEX_H
3031

31-
#include "opal/mca/threads/argobots/threads_argobots.h"
3232
#include "opal_config.h"
3333

3434
#include <errno.h>
3535
#include <stdio.h>
3636

37+
#include "opal/mca/threads/argobots/threads_argobots.h"
38+
3739
#include "opal/class/opal_object.h"
3840
#include "opal/sys/atomic.h"
3941
#include "opal/util/output.h"

opal/mca/threads/qthreads/threads_qthreads_mutex.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Copyright (c) 2020 Triad National Security, LLC. All rights
1919
* reserved.
2020
*
21+
* Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
2122
* $COPYRIGHT$
2223
*
2324
* Additional copyrights may follow
@@ -37,12 +38,12 @@
3738
*
3839
*/
3940

40-
#include "opal/mca/threads/qthreads/threads_qthreads.h"
4141
#include "opal_config.h"
4242

4343
#include <errno.h>
4444
#include <stdio.h>
4545

46+
#include "opal/mca/threads/qthreads/threads_qthreads.h"
4647
#include "opal/class/opal_object.h"
4748
#include "opal/sys/atomic.h"
4849
#include "opal/util/output.h"

0 commit comments

Comments
 (0)