diff options
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r-- | src/AlsaDriver.cpp | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 1ebd12d..1997e94 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -14,19 +14,20 @@ * along with Patchage. If not, see <http://www.gnu.org/licenses/>. */ -#include <cassert> -#include <set> -#include <string> -#include <utility> - -#include <boost/format.hpp> - #include "AlsaDriver.hpp" + #include "Patchage.hpp" #include "PatchageCanvas.hpp" #include "PatchageModule.hpp" #include "PatchagePort.hpp" +#include <boost/format.hpp> + +#include <cassert> +#include <set> +#include <string> +#include <utility> + using std::endl; using std::string; using boost::format; |