aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cpaster/cgi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cpaster/cgi.h')
-rw-r--r--src/shared/cpaster/cgi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/cpaster/cgi.h b/src/shared/cpaster/cgi.h
index 0422468e6c..688ec50288 100644
--- a/src/shared/cpaster/cgi.h
+++ b/src/shared/cpaster/cgi.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CGI_H
-#define CGI_H
+#pragma once
#include <QString>
@@ -47,5 +46,3 @@ private:
inline short charToHex(const QChar &ch);
inline QChar hexToChar(const QString &hx);
};
-
-#endif // CGI_H