Remove #pragma once in .cc file

It was probably introduced by copy paste error on license cleanup
This commit is contained in:
Gioacchino Mazzurco 2018-08-22 17:00:22 +02:00
parent 396fe49312
commit 8f7bacbb35
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -19,7 +19,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
* *
*******************************************************************************/
#pragma once
#include <stdexcept>
#include <time.h>