Skip to content

Commit

Permalink
Follow header-ordering standards
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored Mar 16, 2017
1 parent c3af6fe commit d38f540
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gui/MainApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
* Boston, MA 02110-1301 USA.
*
*/
#include "MainApplication.h"

#include <QDebug>
#include <QFileOpenEvent>

#include "MainApplication.h"
#include "Engine.h"
#include "GuiApplication.h"
#include "MainWindow.h"
#include "Engine.h"
#include "Song.h"

MainApplication::MainApplication(int& argc, char** argv) :
Expand Down

0 comments on commit d38f540

Please sign in to comment.