]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-settings: settings.h - Include settings-parser.h automatically
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Sat, 29 Jul 2023 10:50:02 +0000 (13:50 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:09 +0000 (12:34 +0200)
These are nowadays usually both included, so it simplifies the code.

src/lib-settings/settings.h

index 0c2621ab9684e8de81244a5629a5f8185d3d67b7..8dd4ee9f25e7941c4fb1315bf2123217fdca91ea 100644 (file)
@@ -1,10 +1,11 @@
 #ifndef SETTINGS_H
 #define SETTINGS_H
 
+#include "settings-parser.h"
+
 struct var_expand_table;
 struct var_expand_func_table;
 
-struct setting_parser_info;
 struct settings_root;
 struct settings_mmap;
 struct settings_instance;