Include self header first to catch problems

This commit is contained in:
emeric
2018-05-16 13:58:29 +02:00
parent 9a44fb838d
commit 1e7bfd14c2
39 changed files with 84 additions and 77 deletions
+2 -1
View File
@@ -17,6 +17,8 @@
* along with LMS. If not, see <http://www.gnu.org/licenses/>.
*/
#include "PlayQueueView.hpp"
#include <Wt/WAnchor.h>
#include <Wt/WImage.h>
#include <Wt/WText.h>
@@ -26,7 +28,6 @@
#include "database/Playlist.hpp"
#include "LmsApplication.hpp"
#include "PlayQueueView.hpp"
namespace UserInterface {