remove compile-time dependency on githash changes

pull/98/head
bert hubert 2020-02-11 16:54:41 +01:00
parent d533553fe1
commit 572e8ef006
11 changed files with 13 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#include "fmt/printf.h"
#include "ext/powerblog/h2o-pp.hh"
#include <variant>
#include "githash.h"
#include "CLI/CLI.hpp"
#include "version.hh"

View File

@ -16,7 +16,7 @@
#include <dirent.h>
#include <inttypes.h>
#include "navmon.hh"
#include "githash.h"
#include "CLI/CLI.hpp"
#include "version.hh"

View File

@ -13,7 +13,7 @@
#include "navmon.pb.h"
#include <unistd.h>
#include "navmon.hh"
#include "githash.h"
#include "CLI/CLI.hpp"
#include "version.hh"

View File

@ -26,7 +26,7 @@
#include "sp3.hh"
#include "ubx.hh"
#include <unistd.h>
#include "githash.h"
#include "version.hh"
#include "gpscnav.hh"
#include "rinex.hh"

View File

@ -6,6 +6,9 @@
#include <tuple>
#include <mutex>
extern const char* g_gitHash;
struct EofException{};
struct TimeoutError{};

View File

@ -15,7 +15,7 @@
#include "storage.hh"
#include <dirent.h>
#include <inttypes.h>
#include "githash.h"
#include "CLI/CLI.hpp"
#include "version.hh"

View File

@ -30,7 +30,7 @@
#include "navparse.hh"
#include <fenv.h>
#include "influxpush.hh"
#include "githash.h"
#include "CLI/CLI.hpp"
#include "gpscnav.hh"
#include "version.hh"

View File

@ -11,7 +11,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "githash.h"
#include "CLI/CLI.hpp"
#include "version.hh"

View File

@ -4,7 +4,7 @@
#include "navmon.hh"
#include "fmt/format.h"
#include "fmt/printf.h"
#include "githash.h"
#include "CLI/CLI.hpp"
#include "version.hh"

View File

@ -1,7 +1,7 @@
#include "SGP4.h"
#include <string>
#include <time.h>
#include "githash.h"
#include "CLI/CLI.hpp"
#include "version.hh"

View File

@ -33,7 +33,7 @@
#include "comboaddress.hh"
#include "swrappers.hh"
#include "sclasses.hh"
#include "githash.h"
#include "version.hh"
static char program[]="ubxtool";