chiark / gitweb /
remove unused includes
[elogind.git] / src / journal / journal-vacuum.h
index a7fb6f0f0d6a8f0aa3bd58c8e27423f8c09674e4..c45cc31d0e38222e29863395a0dc6a62207a4b5d 100644 (file)
@@ -21,6 +21,5 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <inttypes.h>
 
 int journal_directory_vacuum(const char *directory, uint64_t max_use, usec_t max_retention_usec, usec_t *oldest_usec, bool vacuum);