summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index d3a5abd..8def786 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -15,14 +15,16 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include <string>
-#include <set>
#include <cassert>
-#include "raul/log.hpp"
+#include <set>
+#include <string>
+
#include "raul/SharedPtr.hpp"
-#include "PatchageCanvas.hpp"
+#include "raul/log.hpp"
+
#include "AlsaDriver.hpp"
#include "Patchage.hpp"
+#include "PatchageCanvas.hpp"
#include "PatchageModule.hpp"
#include "PatchagePort.hpp"