We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dce260 commit ef247ceCopy full SHA for ef247ce
src/subprojects/AutoEqIntegration/Untar.h
@@ -1,20 +1,15 @@
1
#ifndef UNTAR_H
2
#define UNTAR_H
3
4
-#include <sys/types.h>
5
-#include <sys/stat.h>
6
-
7
#include <QDebug>
8
#include <QString>
9
#include <QDir>
10
11
#include <archive.h>
12
#include <archive_entry.h>
13
-#include <fcntl.h>
14
#include <stdio.h>
15
#include <stdlib.h>
16
#include <string.h>
17
-#include <unistd.h>
18
19
class Untar
20
{
0 commit comments