13
0

more customary include order

git-svn-id: svn://localhost/ardour2/branches/3.0@9213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-26 19:13:37 +00:00
parent ea9979b4b9
commit 8ceb8ac79f

View File

@ -18,13 +18,13 @@
#ifndef EVORAL_EVENT_RING_BUFFER_HPP
#define EVORAL_EVENT_RING_BUFFER_HPP
#include "evoral/EventSink.hpp"
#include "evoral/types.hpp"
#include <iostream>
#include "pbd/ringbufferNPT.h"
#include "evoral/EventSink.hpp"
#include "evoral/types.hpp"
using namespace std;
namespace Evoral {