We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbee8aa commit 31672cfCopy full SHA for 31672cf
2 files changed
lib/plist_match.c
@@ -23,11 +23,9 @@
23
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
*/
25
26
-#include <stdio.h>
+#include <assert.h>
27
#include <stdbool.h>
28
-#include <stdlib.h>
29
#include <string.h>
30
-#include <errno.h>
31
32
#include "xbps_api_impl.h"
33
lib/transaction_prepare.c
@@ -23,12 +23,11 @@
+#include <sys/statvfs.h>
+
+#include <errno.h>
-#include <sys/statvfs.h>
34
0 commit comments