diff options
Diffstat (limited to 'sigmodr/widgets/StoreUI.h')
-rw-r--r-- | sigmodr/widgets/StoreUI.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigmodr/widgets/StoreUI.h b/sigmodr/widgets/StoreUI.h index 53a480e4..4709c729 100644 --- a/sigmodr/widgets/StoreUI.h +++ b/sigmodr/widgets/StoreUI.h @@ -18,12 +18,12 @@ #ifndef SIGMODR_STOREUI #define SIGMODR_STOREUI -// Sigmodr includes -#include "ObjectUI.h" - // Form include #include "ui_store.h" +// Sigmodr includes +#include "ObjectUI.h" + // Forward declarations namespace Sigmod { |