From cdb51dbec109ccde45c8a4ceb29ea925d01e2920 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 29 Apr 2022 16:13:10 +0200 Subject: Strip out time-accounts --- src/process_image.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/process_image.h') diff --git a/src/process_image.h b/src/process_image.h index a52dd38a..cbf2713b 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -43,7 +43,6 @@ struct index_args; #include "integration.h" #include "im-sandbox.h" -#include "time-accounts.h" #include "peaks.h" #include "image.h" @@ -128,8 +127,7 @@ struct pattern_args extern void process_image(const struct index_args *iargs, struct pattern_args *pargs, Stream *st, int cookie, const char *tmpdir, int serial, - struct sb_shm *sb_shared, TimeAccounts *taccs, - char *last_task); + struct sb_shm *sb_shared, char *last_task); #endif /* PROCESS_IMAGE_H */ -- cgit v1.2.3