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

pragma once in header

parent 648354fb
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
#include "../utils/workmonitor.h" #include "../utils/workmonitor.h"
#include <pappsomspp/grouping/grpexperiment.h> #include <pappsomspp/grouping/grpexperiment.h>
#ifndef GROUPINGEXPERIMENT_H #pragma once
#define GROUPINGEXPERIMENT_H
class ProteinMatch; class ProteinMatch;
class PeptideEvidence; class PeptideEvidence;
...@@ -54,5 +53,3 @@ class GroupingExperiment ...@@ -54,5 +53,3 @@ class GroupingExperiment
protected: protected:
WorkMonitorInterface *_p_work_monitor; WorkMonitorInterface *_p_work_monitor;
}; };
#endif // GROUPINGEXPERIMENT_H
...@@ -23,8 +23,7 @@ ...@@ -23,8 +23,7 @@
******************************************************************************/ ******************************************************************************/
#ifndef _TYPES_H_ #pragma once
#define _TYPES_H_ 1
#include <cstdint> #include <cstdint>
/*********** enumerations *********************************/ /*********** enumerations *********************************/
...@@ -188,6 +187,3 @@ enum class TableFileFormat : std::int8_t ...@@ -188,6 +187,3 @@ enum class TableFileFormat : std::int8_t
ods = 1, ///< Open Document Spreadsheet ods = 1, ///< Open Document Spreadsheet
tsv = 2, ///< tabulated separated values tsv = 2, ///< tabulated separated values
}; };
#endif /* _TYPES_H_ */
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
#include <pappsomspp/types.h> #include <pappsomspp/types.h>
#include <pappsomspp/amino_acid/aamodification.h> #include <pappsomspp/amino_acid/aamodification.h>
#ifndef XTPUTILS_H #pragma once
#define XTPUTILS_H
class Utils class Utils
{ {
public: public:
...@@ -45,5 +44,3 @@ class Utils ...@@ -45,5 +44,3 @@ class Utils
getHistogram(std::vector<pappso::pappso_double> data_values, getHistogram(std::vector<pappso::pappso_double> data_values,
unsigned int number_of_class); unsigned int number_of_class);
}; };
#endif // XTPUTILS_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