summaryrefslogtreecommitdiffstats
path: root/include/ingen/FilePath.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/FilePath.hpp
parentc0f567d3232cbe165e56cb2684cda52df7cfb90f (diff)
downloadingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.tar.gz
ingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.tar.bz2
ingen-6f7d3e16675f25b3093a3371f656567acf9dd7eb.zip
Clean up include guards
Diffstat (limited to 'include/ingen/FilePath.hpp')
-rw-r--r--include/ingen/FilePath.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/FilePath.hpp b/include/ingen/FilePath.hpp
index 337553ef..c82b738d 100644
--- a/include/ingen/FilePath.hpp
+++ b/include/ingen/FilePath.hpp
@@ -14,8 +14,8 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef INGEN_FILE_PATH_HPP
-#define INGEN_FILE_PATH_HPP
+#ifndef INGEN_FILEPATH_HPP
+#define INGEN_FILEPATH_HPP
#include "ingen/ingen.h"
@@ -122,4 +122,4 @@ operator<<(std::basic_ostream<Char, Traits>& os, const FilePath& path)
} // namespace ingen
-#endif // INGEN_FILE_PATH_HPP
+#endif // INGEN_FILEPATH_HPP