Code

GIT_SKIP_TESTS: allow users to omit tests that are known to break
[git.git] / test-delta.c
index e5d31ca2e7f913e461e818cb1a80ff4037296b9e..795aa08377aaa9a229affaa054e243251436f755 100644 (file)
@@ -8,16 +8,10 @@
  * published by the Free Software Foundation.
  */
 
-#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
-#include <fcntl.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/mman.h>
+#include "git-compat-util.h"
 #include "delta.h"
 
-static const char *usage =
+static const char usage[] =
        "test-delta (-d|-p) <from_file> <data_file> <out_file>";
 
 int main(int argc, char *argv[])