From 615cafe39b8c948eafcad843d36a9a71938d98e3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 7 Feb 2021 12:54:17 +0000 Subject: [PATCH] remove unneded pragma once --- src/ast/char_decl_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ast/char_decl_plugin.cpp b/src/ast/char_decl_plugin.cpp index 88e1778d1..848c78ead 100644 --- a/src/ast/char_decl_plugin.cpp +++ b/src/ast/char_decl_plugin.cpp @@ -15,8 +15,6 @@ Author: --*/ -#pragma once - #include "util/gparams.h" #include "ast/char_decl_plugin.h" #include "ast/ast_pp.h"