]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs_provider.hpp
Some cleanup here and there
[vlc] / modules / gui / qt4 / dialogs_provider.hpp
index 73b7e7752709fd1d539c52bf9668f4f42c661d66..4ef23629bcb369e6406a56b235391385f0d0cf43 100644 (file)
 #include <QObject>
 #include <QTimer>
 #include <QApplication>
-#include <vlc/vlc.h>
-#include <vlc/intf.h>
+
 #include "dialogs/interaction.hpp"
+
 #include <assert.h>
+#include <vlc/vlc.h>
+#include <vlc/intf.h>
 
 class QEvent;
 class QSignalMapper;
@@ -87,5 +89,4 @@ public slots:
     void quit();
 };
 
-
 #endif