From 790815bcf45d42456cd4cd619a724981599cbe33 Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sat, 20 Jan 2024 21:45:55 +0100 Subject: [PATCH] Inspection: Missing include guard --- taglib/ogg/oggfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taglib/ogg/oggfile.h b/taglib/ogg/oggfile.h index 7389e290..a4d75f31 100644 --- a/taglib/ogg/oggfile.h +++ b/taglib/ogg/oggfile.h @@ -23,13 +23,13 @@ * http://www.mozilla.org/MPL/ * ***************************************************************************/ +#ifndef TAGLIB_OGGFILE_H +#define TAGLIB_OGGFILE_H + #include "tfile.h" #include "tbytevectorlist.h" #include "taglib_export.h" -#ifndef TAGLIB_OGGFILE_H -#define TAGLIB_OGGFILE_H - namespace TagLib { //! A namespace for the classes used by Ogg-based metadata files