Make #include directories explicit

This commit is contained in:
Jean-Marc Lasgouttes 2018-01-08 11:19:15 +01:00
parent 3aa10c8dba
commit 586890f09e
3 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
#include <time.h>
#include <string>
#include "strfwd.h"
#include "support/strfwd.h"
namespace lyx {

View File

@ -10,7 +10,7 @@
#include <config.h>
#include "mutex.h"
#include "support/mutex.h"
#include <QMutex>

View File

@ -11,9 +11,9 @@
#include <config.h>
#include "debug.h"
#include "filetools.h"
#include "qstring_helpers.h"
#include "support/debug.h"
#include "support/filetools.h"
#include "support/qstring_helpers.h"
#include <QDir>