summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/MoveUI.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/MoveUI.h')
-rw-r--r--sigmodr/widgets/MoveUI.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmodr/widgets/MoveUI.h b/sigmodr/widgets/MoveUI.h
index ea17881a..fe392db6 100644
--- a/sigmodr/widgets/MoveUI.h
+++ b/sigmodr/widgets/MoveUI.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -18,12 +18,12 @@
#ifndef SIGMODR_MOVEUI
#define SIGMODR_MOVEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_move.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{