libclementine-common: Move timeconstants.h to common location

This header is used by code in /ext, so move it out of /src. This is the
last /ext dependency on /src.
This commit is contained in:
Jim Broadus 2021-03-16 21:23:44 -07:00 committed by John Maguire
parent 3f34b332cf
commit cd41f706af
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#include "config.h"
#include "core/application.h"
#include "core/logging.h"
#include "timeconstants.h"
#include "core/timeconstants.h"
#if defined(Q_OS_UNIX)
#include <sys/statvfs.h>