summaryrefslogtreecommitdiffstats
path: root/include/ingen/Clock.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/Clock.hpp
parentc0f567d3232cbe165e56cb2684cda52df7cfb90f (diff)
downloadingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.tar.gz
ingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.tar.bz2
ingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.zip
Clean up include guards
Diffstat (limited to 'include/ingen/Clock.hpp')
-rw-r--r--include/ingen/Clock.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/Clock.hpp b/include/ingen/Clock.hpp
index 27d8443d..622dd4bf 100644
--- a/include/ingen/Clock.hpp
+++ b/include/ingen/Clock.hpp
@@ -14,8 +14,8 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef INGEN_ENGINE_CLOCK_HPP
-#define INGEN_ENGINE_CLOCK_HPP
+#ifndef INGEN_CLOCK_HPP
+#define INGEN_CLOCK_HPP
#ifdef __MACH__
# include <mach/mach.h>
@@ -63,4 +63,4 @@ private:
} // namespace ingen
-#endif // INGEN_ENGINE_CLOCK_HPP
+#endif // INGEN_CLOCK_HPP