summaryrefslogtreecommitdiffstats
path: root/include/ingen/Tee.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 22:48:59 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit6f7d3e16675f25b3093a3371f656567acf9dd7eb (patch)
tree6b446f4ea497116abf7d7d740c8cb204a1b93fb0 /include/ingen/Tee.hpp
parentc0f567d3232cbe165e56cb2684cda52df7cfb90f (diff)
downloadingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.tar.gz
ingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.tar.bz2
ingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.zip
Clean up include guards
Diffstat (limited to 'include/ingen/Tee.hpp')
-rw-r--r--include/ingen/Tee.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/Tee.hpp b/include/ingen/Tee.hpp
index b13b9e95..0a560f5c 100644
--- a/include/ingen/Tee.hpp
+++ b/include/ingen/Tee.hpp
@@ -14,8 +14,8 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef INGEN_ENGINE_TEE_HPP
-#define INGEN_ENGINE_TEE_HPP
+#ifndef INGEN_TEE_HPP
+#define INGEN_TEE_HPP
#include "ingen/Interface.hpp"
#include "ingen/Message.hpp"
@@ -60,4 +60,4 @@ private:
} // namespace ingen
-#endif // INGEN_ENGINE_TEE_HPP
+#endif // INGEN_TEE_HPP