From 8ceb8ac79f0089de8b2c7082b65562c97dcf52a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 26 Mar 2011 19:13:37 +0000 Subject: [PATCH] more customary include order git-svn-id: svn://localhost/ardour2/branches/3.0@9213 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/evoral/evoral/EventRingBuffer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/evoral/evoral/EventRingBuffer.hpp b/libs/evoral/evoral/EventRingBuffer.hpp index 9f5588632a..a8ddfaa20e 100644 --- a/libs/evoral/evoral/EventRingBuffer.hpp +++ b/libs/evoral/evoral/EventRingBuffer.hpp @@ -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 #include "pbd/ringbufferNPT.h" +#include "evoral/EventSink.hpp" +#include "evoral/types.hpp" + using namespace std; namespace Evoral {