Skip to content

Commit 8be44c2

Browse files
committed
csdiff-core: sort includes
1 parent 570d514 commit 8be44c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/csdiff-core.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2012 Red Hat, Inc.
2+
* Copyright (C) 2011-2023 Red Hat, Inc.
33
*
44
* This file is part of csdiff.
55
*
@@ -17,9 +17,9 @@
1717
* along with csdiff. If not, see <http://www.gnu.org/licenses/>.
1818
*/
1919

20-
#include "parser.hh"
2120
#include "color.hh"
2221
#include "instream.hh"
22+
#include "parser.hh"
2323

2424
bool /* anyError */ diffScans(
2525
std::ostream &strDst,

0 commit comments

Comments
 (0)