diff options
Diffstat (limited to 'src/auditordb/pg_update_generic_suppressed.c')
-rw-r--r-- | src/auditordb/pg_update_generic_suppressed.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/auditordb/pg_update_generic_suppressed.c b/src/auditordb/pg_update_generic_suppressed.c index ef58d855c..21002a185 100644 --- a/src/auditordb/pg_update_generic_suppressed.c +++ b/src/auditordb/pg_update_generic_suppressed.c @@ -13,12 +13,10 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ - - #include "platform.h" #include "taler_pq_lib.h" #include "pg_helper.h" -#include "pg_update_closure_lags.h" +#include "pg_update_generic_suppressed.h" struct Preparations { |