mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
more customary include order
git-svn-id: svn://localhost/ardour2/branches/3.0@9213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ea9979b4b9
commit
8ceb8ac79f
1 changed files with 3 additions and 3 deletions
|
|
@ -18,13 +18,13 @@
|
||||||
#ifndef EVORAL_EVENT_RING_BUFFER_HPP
|
#ifndef EVORAL_EVENT_RING_BUFFER_HPP
|
||||||
#define EVORAL_EVENT_RING_BUFFER_HPP
|
#define EVORAL_EVENT_RING_BUFFER_HPP
|
||||||
|
|
||||||
#include "evoral/EventSink.hpp"
|
|
||||||
#include "evoral/types.hpp"
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "pbd/ringbufferNPT.h"
|
#include "pbd/ringbufferNPT.h"
|
||||||
|
|
||||||
|
#include "evoral/EventSink.hpp"
|
||||||
|
#include "evoral/types.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace Evoral {
|
namespace Evoral {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue