aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-11-21 22:30:21 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-11-21 22:30:21 +0200
commitb3eb87d52052e399757ac111f12a8ba077089263 (patch)
tree5743cc3d23ab4c480f9e409cc175c64e731ba584 /src
parent47011c42b5bd5fd7e0898c5a7d4623cd5f5edafa (diff)
downloadmailfromd-b3eb87d52052e399757ac111f12a8ba077089263.tar.gz
mailfromd-b3eb87d52052e399757ac111f12a8ba077089263.tar.bz2
Normalize inclusion of mailutils headers
Diffstat (limited to 'src')
-rw-r--r--src/callout.h2
-rw-r--r--src/srvcfg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/callout.h b/src/callout.h
index 3d727052..1a1780a1 100644
--- a/src/callout.h
+++ b/src/callout.h
@@ -11,13 +11,13 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "mailutils/alloc.h"
+#include <mailutils/alloc.h>
extern time_t negative_expire_interval;
extern char *ehlo_domain;
extern char *mailfrom_address;
extern int enable_vrfy;
diff --git a/src/srvcfg.c b/src/srvcfg.c
index a9527a53..ee6169ec 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -18,14 +18,14 @@
# include <config.h>
#endif
#include <mailutils/mailutils.h>
#include <mailutils/cli.h>
#include <mailutils/dbm.h>
+#include <mailutils/alloc.h>
#include <sysexits.h>
-#include "mailutils/alloc.h"
#include "libmf.h"
#include "filenames.h"
#include "callout.h"
#include "srvman.h"
#include "gacopyz.h"

Return to:

Send suggestions and report system problems to the System administrator.