add blank line between cmake.h header include to prevent sorting

* add required comment in the line below cmake.h include header
This commit is contained in:
Felix Schurk 2024-07-24 18:20:43 +02:00
parent dfc3566796
commit 954d3f5058
138 changed files with 288 additions and 12 deletions

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColDepends.h>
#include <algorithm>
#include <Context.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColDescription.h>
#include <stdlib.h>
#include <Context.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColDue.h>
////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColEnd.h>
////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColEntry.h>
////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColID.h>
#include <math.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColIMask.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColLast.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColMask.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColModified.h>
////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColParent.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColProject.h>
#include <Context.h>
#include <Eval.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColRType.h>
#include <Context.h>
#include <shared.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColRecur.h>
#include <Context.h>
#include <Duration.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColScheduled.h>
////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColStart.h>
#include <Context.h>
#include <utf8.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColStatus.h>
#include <format.h>
#include <utf8.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColTags.h>
#include <algorithm>
#include <Context.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColTemplate.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColTypeDate.h>
#include <Context.h>
#include <Datetime.h>
@ -43,7 +45,7 @@ ColumnTypeDate::ColumnTypeDate ()
_label = "";
_styles = {"formatted",
"julian",
"epoch",
"epoch",
"iso",
"age",
"relative",

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColTypeDuration.h>
#include <Context.h>
#include <Eval.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColTypeNumeric.h>
#include <Context.h>
#include <Eval.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColTypeString.h>
#include <Context.h>
#include <Eval.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColUDA.h>
#include <Context.h>
#include <Datetime.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColUUID.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColUntil.h>
////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColUrgency.h>
#include <format.h>

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <ColWait.h>
////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <Column.h>
#include <algorithm>
#include <set>