summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/effectchain.h')
-rw-r--r--src/effects/effectchain.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/effects/effectchain.h b/src/effects/effectchain.h
index 16b0370db9..c9f646f1fa 100644
--- a/src/effects/effectchain.h
+++ b/src/effects/effectchain.h
@@ -1,5 +1,4 @@
-#ifndef EFFECTCHAIN_H
-#define EFFECTCHAIN_H
+#pragma once
#include <QObject>
#include <QMap>
@@ -128,5 +127,3 @@ class EffectChain : public QObject {
DISALLOW_COPY_AND_ASSIGN(EffectChain);
};
-
-#endif /* EFFECTCHAIN_H */