diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-27 00:15:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-27 00:15:54 +0200 |
commit | 4521504d17fd2e37c9159b98aba131bd4b5b693f (patch) | |
tree | 684b83f534a646670ca9716938352e7f40b99901 /src/auditordb | |
parent | 0b25fe9e91304f9b0be6acebba243481615b7907 (diff) |
-style fixes
Diffstat (limited to 'src/auditordb')
-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 { |