Build Error

- Many files were missing an explicit cmake.h include.  Some were not including
  it at all.  Now it's used almost everywhere.

(cherry picked from commit 82ae86979c497e6d1d0c6b2b5a55aa379ec82c98)
This commit is contained in:
Paul Beckingham 2013-05-26 16:46:32 -04:00
parent 7b89bc92e1
commit d03c4cda8a
147 changed files with 141 additions and 28 deletions

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <stdlib.h> #include <stdlib.h>
@ -39,7 +40,6 @@
#include <i18n.h> #include <i18n.h>
#include <main.h> #include <main.h>
#include <A3.h> #include <A3.h>
#include <cmake.h>
#ifdef FEATURE_STDIN #ifdef FEATURE_STDIN
#include <sys/select.h> #include <sys/select.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Arg.h> #include <Arg.h>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>
#include <sstream> #include <sstream>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
@ -40,7 +41,6 @@
#include <Config.h> #include <Config.h>
#include <text.h> #include <text.h>
#include <util.h> #include <util.h>
#include <cmake.h>
#include <i18n.h> #include <i18n.h>
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
@ -40,7 +41,6 @@
#include <util.h> #include <util.h>
#include <main.h> #include <main.h>
#include <i18n.h> #include <i18n.h>
#include <cmake.h>
#ifdef HAVE_COMMIT #ifdef HAVE_COMMIT
#include <commit.h> #include <commit.h>
#endif #endif

View file

@ -25,13 +25,13 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <Context.h> #include <Context.h>
#include <Nibbler.h> #include <Nibbler.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>
#include <DOM.h> #include <DOM.h>
#include <cmake.h>
extern Context context; extern Context context;

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iomanip> #include <iomanip>
#include <sstream> #include <sstream>
#include <time.h> #include <time.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
@ -33,7 +34,6 @@
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <Directory.h> #include <Directory.h>
#include <cmake.h>
#ifdef SOLARIS #ifdef SOLARIS
#include <limits.h> #include <limits.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <vector> #include <vector>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <stdlib.h> #include <stdlib.h>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <fstream> #include <fstream>
#include <sys/types.h> #include <sys/types.h>
#include <sys/file.h> #include <sys/file.h>
@ -32,7 +33,6 @@
#include <unistd.h> #include <unistd.h>
#include <File.h> #include <File.h>
#include <text.h> #include <text.h>
#include <cmake.h>
#include <util.h> #include <util.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>

View file

@ -30,7 +30,6 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include <cmake.h>
// Hook class representing a single hook, which is just a three-way map. // Hook class representing a single hook, which is just a three-way map.
class Hook class Hook

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>
#include <utf8.h> #include <utf8.h>

View file

@ -25,9 +25,9 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Msg.h> #include <Msg.h>
#include <text.h> #include <text.h>
#include <cmake.h>
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
Msg::Msg () Msg::Msg ()

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
@ -37,7 +38,6 @@
#ifdef NIBBLER_FEATURE_REGEX #ifdef NIBBLER_FEATURE_REGEX
#include <RX.h> #include <RX.h>
#endif #endif
#include <cmake.h>
#include <util.h> #include <util.h>
static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";

View file

@ -28,8 +28,6 @@
#ifndef INCLUDED_NIBBLER #ifndef INCLUDED_NIBBLER
#define INCLUDED_NIBBLER #define INCLUDED_NIBBLER
#include <cmake.h>
#define NIBBLER_FEATURE_DATE #define NIBBLER_FEATURE_DATE
//#undef NIBBLER_FEATURE_DATE //#undef NIBBLER_FEATURE_DATE

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <fstream> #include <fstream>
#include <glob.h> #include <glob.h>
#include <sys/types.h> #include <sys/types.h>
@ -35,7 +36,6 @@
#include <unistd.h> #include <unistd.h>
#include <limits.h> #include <limits.h>
#include <Path.h> #include <Path.h>
#include <cmake.h>
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
std::ostream& operator<< (std::ostream& out, const Path& path) std::ostream& operator<< (std::ostream& out, const Path& path)

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <RX.h> #include <RX.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>

View file

@ -28,7 +28,6 @@
#ifndef INCLUDED_TASK #ifndef INCLUDED_TASK
#define INCLUDED_TASK #define INCLUDED_TASK
#include <cmake.h>
#include <vector> #include <vector>
#include <map> #include <map>
#include <string> #include <string>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <iostream> #include <iostream>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>
#include <sstream> #include <sstream>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <stdlib.h> #include <stdlib.h>
#include <util.h> #include <util.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <TransportCurl.h> #include <TransportCurl.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>
#include <TransportRSYNC.h> #include <TransportRSYNC.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>
#include <TransportSSH.h> #include <TransportSSH.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>
#include <TransportShell.h> #include <TransportShell.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <numeric> #include <numeric>
#include <ViewTask.h> #include <ViewTask.h>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <ViewText.h> #include <ViewText.h>
#include <Context.h> #include <Context.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <stdlib.h> #include <stdlib.h>
#include <math.h> #include <math.h>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>
#include <ColDepends.h> #include <ColDepends.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <stdlib.h> #include <stdlib.h>
#include <Context.h> #include <Context.h>
#include <Date.h> #include <Date.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <stdlib.h> #include <stdlib.h>
#include <Context.h> #include <Context.h>
#include <ColDue.h> #include <ColDue.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <ColEnd.h> #include <ColEnd.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <ColEntry.h> #include <ColEntry.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <math.h> #include <math.h>
#include <Context.h> #include <Context.h>
#include <ColID.h> #include <ColID.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <math.h> #include <math.h>
#include <Context.h> #include <Context.h>
#include <ColIMask.h> #include <ColIMask.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <math.h> #include <math.h>
#include <Context.h> #include <Context.h>
#include <ColMask.h> #include <ColMask.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <ColModified.h> #include <ColModified.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <math.h> #include <math.h>
#include <Context.h> #include <Context.h>
#include <ColParent.h> #include <ColParent.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <ColPriority.h> #include <ColPriority.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <ColProject.h> #include <ColProject.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <Duration.h> #include <Duration.h>
#include <ColRecur.h> #include <ColRecur.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <stdlib.h> #include <stdlib.h>
#include <Context.h> #include <Context.h>
#include <ColScheduled.h> #include <ColScheduled.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <ColStart.h> #include <ColStart.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <ColStatus.h> #include <ColStatus.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <ColString.h> #include <ColString.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>
#include <ColTags.h> #include <ColTags.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <Duration.h> #include <Duration.h>
#include <Date.h> #include <Date.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <math.h> #include <math.h>
#include <Context.h> #include <Context.h>
#include <ColUUID.h> #include <ColUUID.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <ColUntil.h> #include <ColUntil.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <ColUrgency.h> #include <ColUrgency.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <ColWait.h> #include <ColWait.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <Column.h> #include <Column.h>
#include <ColDepends.h> #include <ColDepends.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <stdlib.h> #include <stdlib.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <main.h> #include <main.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <util.h> #include <util.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <string.h> #include <string.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <stdlib.h> #include <stdlib.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <ViewText.h> #include <ViewText.h>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>
#include <ViewText.h> #include <ViewText.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <stdlib.h> #include <stdlib.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <main.h> #include <main.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <map> #include <map>
#include <vector> #include <vector>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <util.h> #include <util.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iomanip> #include <iomanip>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
@ -34,7 +35,6 @@
#include <i18n.h> #include <i18n.h>
#include <text.h> #include <text.h>
#include <util.h> #include <util.h>
#include <cmake.h>
#include <commit.h> #include <commit.h>
#ifdef HAVE_LIBGNUTLS #ifdef HAVE_LIBGNUTLS

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <util.h> #include <util.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <stdlib.h> #include <stdlib.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <stdlib.h> #include <stdlib.h>
#include <Context.h> #include <Context.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <main.h> #include <main.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <algorithm> #include <algorithm>
#include <CmdHelp.h> #include <CmdHelp.h>
#include <ViewText.h> #include <ViewText.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <Context.h> #include <Context.h>
#include <ViewText.h> #include <ViewText.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <stdlib.h> #include <stdlib.h>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <CmdInstall.h> #include <CmdInstall.h>
#include <Context.h> #include <Context.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <CmdLogo.h> #include <CmdLogo.h>
#include <Context.h> #include <Context.h>
#include <text.h> #include <text.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <main.h> #include <main.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <util.h> #include <util.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <algorithm> #include <algorithm>
#include <sstream> #include <sstream>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <vector> #include <vector>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <main.h> #include <main.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <stdlib.h> #include <stdlib.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <iostream> #include <iostream>
#include <Context.h> #include <Context.h>
#include <main.h> #include <main.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <algorithm> #include <algorithm>
#include <sstream> #include <sstream>
#include <stdlib.h> #include <stdlib.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <vector> #include <vector>
#include <stdlib.h> #include <stdlib.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <stdlib.h> #include <stdlib.h>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <Context.h> #include <Context.h>

View file

@ -25,6 +25,7 @@
// //
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <Context.h> #include <Context.h>
#include <i18n.h> #include <i18n.h>
#include <CmdUndo.h> #include <CmdUndo.h>

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