Skip to content

Commit ef247ce

Browse files
committed
libarchive: remove unneeded includes
1 parent 2dce260 commit ef247ce

File tree

1 file changed

+0
-5
lines changed
  • src/subprojects/AutoEqIntegration

1 file changed

+0
-5
lines changed

src/subprojects/AutoEqIntegration/Untar.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
#ifndef UNTAR_H
22
#define UNTAR_H
33

4-
#include <sys/types.h>
5-
#include <sys/stat.h>
6-
74
#include <QDebug>
85
#include <QString>
96
#include <QDir>
107

118
#include <archive.h>
129
#include <archive_entry.h>
13-
#include <fcntl.h>
1410
#include <stdio.h>
1511
#include <stdlib.h>
1612
#include <string.h>
17-
#include <unistd.h>
1813

1914
class Untar
2015
{

0 commit comments

Comments
 (0)