]> git.lyx.org Git - features.git/commitdiff
Make #include directories explicit
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Jan 2018 10:19:15 +0000 (11:19 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Jan 2018 10:19:15 +0000 (11:19 +0100)
src/support/lyxtime.h
src/support/mutex.cpp
src/support/os.cpp

index 8fa58733fb6eb044d13c33b8ee05c48dea7b7341..bc545b8c5de643a21f888ef6eb49d9196c3e93ed 100644 (file)
@@ -16,7 +16,7 @@
 #include <time.h>
 #include <string>
 
-#include "strfwd.h"
+#include "support/strfwd.h"
 
 
 namespace lyx {
index 9f3babda27a5508f07346aa802995bc6facb9687..481f0f955241786b0decb45ba66ec22fa46084d6 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <config.h>
 
-#include "mutex.h"
+#include "support/mutex.h"
 
 #include <QMutex>
 
index ec84ed1394e6ae6ba48b9038af3093c42033605d..8eea49370ae7d125bfe033d44cbae497086c89af 100644 (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>