Skip to content

Commit 46afa21

Browse files
committed
format
1 parent 9829822 commit 46afa21

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

PWGCF/GenericFramework/Core/GFW.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFW.h"
13+
1314
#include <cstdio>
15+
#include <string>
1416
#include <utility>
1517
#include <vector>
16-
#include <string>
18+
1719

1820
using std::complex;
1921
using std::pair;

PWGCF/GenericFramework/Core/GFW.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818

1919
#include "GFWCumulant.h"
2020
#include "GFWPowerArray.h"
21-
#include <vector>
22-
#include <string>
23-
#include <utility>
21+
2422
#include <algorithm>
2523
#include <complex>
2624
#include <cstdio>
25+
#include <string>
26+
#include <utility>
27+
#include <vector>
2728

2829
class GFW
2930
{

0 commit comments

Comments
 (0)