summaryrefslogtreecommitdiff
path: root/include/configparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configparser.h')
-rw-r--r--include/configparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configparser.h b/include/configparser.h
index 9b2cd4527..8292fdda5 100644
--- a/include/configparser.h
+++ b/include/configparser.h
@@ -17,6 +17,8 @@
*/
+#pragma once
+
struct fpos
{
std::string filename;
@@ -76,5 +78,3 @@ struct FileWrapper
}
}
};
-
-