From 854949840e5e2e0e7aaa0f7201302d2b1710ff89 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 7 Apr 2016 11:59:51 +0300 Subject: Remove duplicate includes --- src/ctl.c | 1 - src/pies.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/ctl.c b/src/ctl.c index aca1d18..740f02c 100644 --- a/src/ctl.c +++ b/src/ctl.c @@ -16,7 +16,6 @@ #include "pies.h" #include "prog.h" -#include "identity.h" #include "base64.h" struct control control; diff --git a/src/pies.c b/src/pies.c index 851ab58..e7d685b 100644 --- a/src/pies.c +++ b/src/pies.c @@ -18,7 +18,6 @@ #include #include #include "meta1parse.h" -#include "identity.h" #include "grecsasrt.h" int preprocess_only; /* Preprocess config, do nothing more */ -- cgit v1.2.1