]> git.lyx.org Git - features.git/blobdiff - src/support/debug.cpp
Move include of own header to the top. Fix dependencies
[features.git] / src / support / debug.cpp
index ada2577eaeefa5510495babd91479df5c8030a7f..6ec52a069c9587148a0f1b430d1748b0cd2e8cf3 100644 (file)
@@ -12,8 +12,9 @@
 
 #include <config.h>
 
-#include "support/convert.h"
 #include "support/debug.h"
+
+#include "support/convert.h"
 #include "support/FileName.h"
 #include "support/gettext.h"
 #include "support/lstrings.h"