time to embrace #pragma once

This commit is contained in:
Ahmet Inan 2020-08-05 10:43:49 +02:00
commit 2944a44b28
17 changed files with 17 additions and 55 deletions

View file

@ -4,8 +4,7 @@ Reed Solomon Decoder
Copyright 2018 Ahmet Inan <inan@aicodix.de>
*/
#ifndef REED_SOLOMON_DECODER_HH
#define REED_SOLOMON_DECODER_HH
#pragma once
#include "reed_solomon_error_correction.hh"
@ -100,4 +99,3 @@ public:
}
#endif