summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/DifferentialEvolution.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/source/solver/DifferentialEvolution.hxx')
-rw-r--r--sccomp/source/solver/DifferentialEvolution.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sccomp/source/solver/DifferentialEvolution.hxx b/sccomp/source/solver/DifferentialEvolution.hxx
index 7d18821350aa..97453437cdb3 100644
--- a/sccomp/source/solver/DifferentialEvolution.hxx
+++ b/sccomp/source/solver/DifferentialEvolution.hxx
@@ -8,8 +8,7 @@
*
*/
-#ifndef INCLUDED_SCCOMP_SOURCE_DIFFERENTIALEVOLUTION_HXX
-#define INCLUDED_SCCOMP_SOURCE_DIFFERENTIALEVOLUTION_HXX
+#pragma once
#include <vector>
#include <random>
@@ -160,6 +159,4 @@ public:
}
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */