From 17cafb2f6cf7e01272faddf43057391584acc506 Mon Sep 17 00:00:00 2001
From: Olivier Langella <olivier.langella@u-psud.fr>
Date: Fri, 22 Mar 2019 08:52:56 +0100
Subject: [PATCH] pragma once

---
 src/core/peptidextp.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/core/peptidextp.h b/src/core/peptidextp.h
index 3d92e6e1..1729d57c 100644
--- a/src/core/peptidextp.h
+++ b/src/core/peptidextp.h
@@ -22,8 +22,7 @@
  *implementation
  ******************************************************************************/
 
-#ifndef PEPTIDEXTP_H
-#define PEPTIDEXTP_H
+#pragma once
 
 #include <pappsomspp/peptide/peptide.h>
 #include "labeling/labelingmethod.h"
@@ -79,5 +78,3 @@ class PeptideXtp : public pappso::Peptide
 
   const Label *_p_label = nullptr;
 };
-
-#endif // PEPTIDEXTP_H
-- 
GitLab