X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flyxtime.h;h=05cbc508411be0e8cec72cf05ff75b29bb874c78;hb=1410eeb10e4ce1549ce381ab7ae85847c442c41f;hp=8fa58733fb6eb044d13c33b8ee05c48dea7b7341;hpb=b917c4e40f9f5cd3d101444600eddafcca54d6e3;p=lyx.git diff --git a/src/support/lyxtime.h b/src/support/lyxtime.h index 8fa58733fb..05cbc50841 100644 --- a/src/support/lyxtime.h +++ b/src/support/lyxtime.h @@ -16,7 +16,7 @@ #include #include -#include "strfwd.h" +#include "support/strfwd.h" namespace lyx { @@ -24,13 +24,6 @@ namespace support { time_t current_time(); -/** Returns a locale-dependent formatting of the date - *  and time encoded in \c time. The \p fmt string - * holds the formatting arguments of \c strftime. - * Prefer the function formatted_datetime below. - */ -std::string const formatted_time(time_t t, std::string const & fmt); - /** Returns a locale-dependent formatting of the date and time encoded in \c t * The \p fmt string holds the formatting arguments of QDateTime::toString(). * If fmt is empty then the formatting of the date and time is itself according