Skip to content

Commit

Permalink
Include MainWindow first
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 8, 2016
1 parent f1305a4 commit 395f379
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/BitmapAnnotation.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "BitmapAnnotation.h"
#include "Commands.h"

Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/EllipseAnnotation.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "EllipseAnnotation.h"
#include "Commands.h"

Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "LineAnnotation.h"
#include "Commands.h"

Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/PolygonAnnotation.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "PolygonAnnotation.h"
#include "Commands.h"

Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/RectangleAnnotation.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "RectangleAnnotation.h"
#include "Commands.h"

Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/ShapePropertiesDialog.cpp
Expand Up @@ -34,6 +34,7 @@

#include <limits>

#include "MainWindow.h"
#include "ShapePropertiesDialog.h"
#include "Commands.h"

Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp
Expand Up @@ -32,6 +32,7 @@
* @author Adeel Asghar <adeel.asghar@liu.se>
*/

#include "MainWindow.h"
#include "TextAnnotation.h"
#include "Commands.h"

Expand Down

0 comments on commit 395f379

Please sign in to comment.