summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-02 20:45:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-02 20:45:17 +0000
commit7a76168b662c4e4fa0eec3859e500cb0b2ac65e7 (patch)
tree96ca0c74513f1ec8e442b8ee0b3fe9ef64ff3ece /libs/ardour/tempo.cc
parenta562e5f7f2c9c10bfabb100efa15783260573f39 (diff)
more fixes/tweaks from the land of the lion
git-svn-id: svn://localhost/ardour2/branches/3.0@12150 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/tempo.cc')
-rw-r--r--libs/ardour/tempo.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index f9b2bbca51..798ced17b4 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -19,11 +19,10 @@
#include <algorithm>
#include <stdexcept>
+#include <cmath>
#include <unistd.h>
-#include <cmath>
-
#include <glibmm/thread.h>
#include "pbd/xml++.h"
#include "evoral/types.hpp"