summaryrefslogtreecommitdiff
path: root/src/libs/utils/algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/algorithm.h')
-rw-r--r--src/libs/utils/algorithm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/utils/algorithm.h b/src/libs/utils/algorithm.h
index fbb9eda5be..61a0a5d10f 100644
--- a/src/libs/utils/algorithm.h
+++ b/src/libs/utils/algorithm.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef ALGORITHM_H
-#define ALGORITHM_H
+#pragma once
#include <qcompilerdetection.h> // for Q_REQUIRED_RESULT
@@ -430,5 +429,3 @@ inline void sort(Container &c, Predicate p)
}
}
-
-#endif // ALGORITHM_H