Fix bitshuffle back to C library

This commit is contained in:
2020-05-15 12:57:57 +02:00
parent 31fbb58de6
commit 590ff5b625
4 changed files with 18 additions and 17 deletions
@@ -11,11 +11,8 @@
#include "bitshuffle.h"
#include "bitshuffle_core.h"
extern "C" {
#include "bitshuffle_internals.h"
#include "lz4.h"
}
#include "bitshuffle_internals.h"
#include "lz4.h"
#include <stdio.h>
@@ -10,11 +10,7 @@
*/
#include "bitshuffle_core.h"
extern "C" {
#include "bitshuffle_internals.h"
}
#include "bitshuffle_internals.h"
#include <stdio.h>
#include <string.h>