aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt.cpp')
-rw-r--r--src/jalv_qt.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp
index 267167e..3661b34 100644
--- a/src/jalv_qt.cpp
+++ b/src/jalv_qt.cpp
@@ -14,10 +14,6 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <algorithm>
-#include <cmath>
-#include <cstdio>
-
#include "jalv_internal.h"
#include "lv2/patch/patch.h"
@@ -44,6 +40,10 @@
# include <QtGui>
#endif
+#include <algorithm>
+#include <cmath>
+#include <cstdio>
+
#define CONTROL_WIDTH 150
#define DIAL_STEPS 10000