Skip to content
Snippets Groups Projects
Commit 51c744a2 authored by Langella Olivier's avatar Langella Olivier
Browse files

use pragma once

parent afe964b7
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,7 @@
*implementation
******************************************************************************/
#ifndef MCQRSCPEPTIDE_H
#define MCQRSCPEPTIDE_H
#pragma once
#include <odsstream/calcwriterinterface.h>
#include "../../core/project.h"
......@@ -64,5 +63,3 @@ class McqRscPeptide
const Project *_p_project;
CalcWriterInterface *_p_writer;
};
#endif // MCQRSCPEPTIDE_H
......@@ -28,8 +28,7 @@
*implementation
******************************************************************************/
#ifndef MCQRSCPROTEIN_H
#define MCQRSCPROTEIN_H
#pragma once
#include <odsstream/calcwriterinterface.h>
#include "../../core/project.h"
......@@ -52,5 +51,3 @@ class McqRscProtein
CalcWriterInterface *_p_writer;
std::vector<MsRunSp> _ms_run_sp_list;
};
#endif // MCQRSCPROTEIN_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment