summaryrefslogtreecommitdiffstats
path: root/raul/TimeStamp.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-16 21:21:20 +0200
committerDavid Robillard <d@drobilla.net>2018-09-16 21:21:20 +0200
commit5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8 (patch)
treec9fb4a4e54d89d7df85701110e194390dbd04db4 /raul/TimeStamp.hpp
parent2c7828c9c420f3369d09e038371863c095e53c61 (diff)
downloadraul-5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8.tar.gz
raul-5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8.tar.bz2
raul-5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8.zip
Clean up include guards
Diffstat (limited to 'raul/TimeStamp.hpp')
-rw-r--r--raul/TimeStamp.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/TimeStamp.hpp b/raul/TimeStamp.hpp
index dbbc163..0c671b2 100644
--- a/raul/TimeStamp.hpp
+++ b/raul/TimeStamp.hpp
@@ -14,8 +14,8 @@
along with Raul. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef RAUL_TIME_STAMP_HPP
-#define RAUL_TIME_STAMP_HPP
+#ifndef RAUL_TIMESTAMP_HPP
+#define RAUL_TIMESTAMP_HPP
#include <cassert>
#include <cmath>
@@ -227,4 +227,4 @@ typedef TimeStamp TimeDuration;
} // namespace Raul
-#endif // RAUL_TIME_STAMP_HPP
+#endif // RAUL_TIMESTAMP_HPP