]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove zstd-umbrella.h 2872/head
authorLvv.me <cntrump@gmail.com>
Tue, 23 Nov 2021 23:48:40 +0000 (07:48 +0800)
committerLvv.me <cntrump@gmail.com>
Tue, 23 Nov 2021 23:48:40 +0000 (07:48 +0800)
lib/modulemap/module.modulemap
lib/modulemap/zstd-umbrella.h [deleted file]

index 2344fd947f8fd02012c393ae76d146832112d524..eeda698854372ca12bd59e251016e702da3c0c76 100644 (file)
@@ -1,4 +1,4 @@
 module libzstd [extern_c] {
-    umbrella header "zstd-umbrella.h"
+    header "../zstd.h"
     export *
 }
diff --git a/lib/modulemap/zstd-umbrella.h b/lib/modulemap/zstd-umbrella.h
deleted file mode 100644 (file)
index 531e712..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "../zstd.h"
\ No newline at end of file