From 3ba1ee60337c5e74027acb6f89a16e5ff3aa345c Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周一, 14 4月 2014 15:47:14 +0800 Subject: [PATCH] test with date --- src/license-generator/license-generator.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/license-generator/license-generator.h b/src/license-generator/license-generator.h index 69e7930..4bc5f11 100644 --- a/src/license-generator/license-generator.h +++ b/src/license-generator/license-generator.h @@ -9,7 +9,7 @@ #define LICENSE_GENERATOR_H_ #include <boost/program_options.hpp> -#include "../library/reader/LicenseReader.h" +#include "../library/LicenseReader.h" namespace license { @@ -23,7 +23,6 @@ LicenseGenerator(); static void printHelp(const char* prog_name, const po::options_description& options); static po::options_description configureProgramOptions(); - static time_t seconds_from_epoch(const std::string& s); static vector<FullLicenseInfo> parseLicenseInfo(po::variables_map vm); static void generateAndOutptuLicenses(const po::variables_map& vm, ostream& outputFile); -- Gitblit v1.9.1