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> #include <cmake.h>
// cmake.h include header must come first
#include <CLI2.h> #include <CLI2.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>

View file

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

View file

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

View file

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

View file

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

View file

@ -25,6 +25,8 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h> #include <cmake.h>
// cmake.h include header must come first
#include <Hooks.h> #include <Hooks.h>
#include <algorithm> #include <algorithm>
// If <iostream> is included, put it after <stdio.h>, because it includes // If <iostream> is included, put it after <stdio.h>, because it includes

View file

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

View file

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

View file

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

View file

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

View file

@ -26,6 +26,8 @@
#include <Version.h> #include <Version.h>
#include <cmake.h> #include <cmake.h>
// cmake.h include header must come first
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <string> #include <string>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

Some files were not shown because too many files have changed in this diff Show more