libopkg: store checksums in binary form, use integer index for architecture
[oweals/opkg-lede.git] / libopkg / xsystem.h
index 3c7a3d2c24dcdc9f2fbb92e975b568a1dfa8fd57..ff7ea1eebfd76e8a2a325081efd8eed85a2dff9f 100644 (file)
@@ -18,8 +18,6 @@
 #ifndef XSYSTEM_H
 #define XSYSTEM_H
 
-#include <stdlib.h>
-
 /* Like system(3), but with error messages printed if the fork fails
    or if the child process dies due to an uncaught signal. Also, the
    return value is a bit simpler:
@@ -31,4 +29,3 @@
 int xsystem(const char *argv[]);
 
 #endif
-