summaryrefslogtreecommitdiffstats
path: root/exclude.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:08:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:08:15 +0000
commit66e9e9975a499d2c247d482cc47d98bcf878b3c8 (patch)
tree1caea11496a3d9e0333cdf649d9f9be6d5a67b78 /exclude.cc
parentAdding upstream version 0.23. (diff)
downloadtarlz-upstream.tar.xz
tarlz-upstream.zip
Adding upstream version 0.25.upstream/0.25upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'exclude.cc')
-rw-r--r--exclude.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/exclude.cc b/exclude.cc
index 99491ca..44a53a5 100644
--- a/exclude.cc
+++ b/exclude.cc
@@ -1,5 +1,5 @@
/* Tarlz - Archiver with multimember lzip compression
- Copyright (C) 2013-2022 Antonio Diaz Diaz.
+ Copyright (C) 2013-2024 Antonio Diaz Diaz.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
#define _FILE_OFFSET_BITS 64
-#include <cstdlib>
#include <fnmatch.h>
#include "tarlz.h"