aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/peaks.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eg-sampler.lv2/peaks.h')
-rw-r--r--plugins/eg-sampler.lv2/peaks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/eg-sampler.lv2/peaks.h b/plugins/eg-sampler.lv2/peaks.h
index 39d56e7..2bf1023 100644
--- a/plugins/eg-sampler.lv2/peaks.h
+++ b/plugins/eg-sampler.lv2/peaks.h
@@ -15,6 +15,9 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#ifndef PEAKS_H_INCLUDED
+#define PEAKS_H_INCLUDED
+
/**
This file defines utilities for sending and receiving audio peaks for
waveform display. The functionality is divided into two objects:
@@ -25,9 +28,6 @@
requested, with reasonably sized incremental updates sent over plugin ports.
*/
-#ifndef PEAKS_H_INCLUDED
-#define PEAKS_H_INCLUDED
-
#include "lv2/atom/atom.h"
#include "lv2/atom/forge.h"
#include "lv2/atom/util.h"