aboutsummaryrefslogtreecommitdiffstats
path: root/src/fig/FIG.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-04-08 15:26:06 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-04-08 15:26:06 +0200
commitc4d841b4901563e38f705f62860d6214da53a689 (patch)
treebe6b74c0072a5253bb179ece95f8edb721a6d616 /src/fig/FIG.h
parenteedbb66a46d0a0b55e2e2816ff09a692a3b680e6 (diff)
downloaddabmux-c4d841b4901563e38f705f62860d6214da53a689.tar.gz
dabmux-c4d841b4901563e38f705f62860d6214da53a689.tar.bz2
dabmux-c4d841b4901563e38f705f62860d6214da53a689.zip
Clean up FIG carousel a bit
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r--src/fig/FIG.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h
index 116ac8b..9752245 100644
--- a/src/fig/FIG.h
+++ b/src/fig/FIG.h
@@ -3,7 +3,7 @@
2011, 2012 Her Majesty the Queen in Right of Canada (Communications
Research Center Canada)
- Copyright (C) 2016
+ Copyright (C) 2024
Matthias P. Braendli, matthias.braendli@mpb.li
*/
@@ -24,8 +24,7 @@
along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __FIG_H_
-#define __FIG_H_
+#pragma once
#include <memory>
#include "MuxElements.h"
@@ -106,5 +105,3 @@ class IFIG
} // namespace FIC
-#endif // __FIG_H_
-