]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.cpp
Move include of own header to the top. Fix dependencies
[lyx.git] / src / insets / InsetHyperlink.cpp
index bfa478d2f17b82edf3f0bacbc693a76b798d1f54..88947941860f4ac98504a4edf8b26c971062174a 100644 (file)
@@ -12,9 +12,6 @@
 #include <config.h>
 #include "InsetHyperlink.h"
 
-#include <QtGui/QDesktopServices>
-#include <QUrl>
-
 #include "Buffer.h"
 #include "DispatchResult.h"
 #include "Encoding.h"
@@ -37,6 +34,9 @@
 
 #include "frontends/alert.h"
 
+#include <QtGui/QDesktopServices>
+#include <QUrl>
+
 using namespace std;
 using namespace lyx::support;