mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-06 16:48:42 +02:00
Fix bitshuffle back to C library
This commit is contained in:
Vendored
+2
-5
@@ -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>
|
||||
+1
-5
@@ -10,11 +10,7 @@
|
||||
*/
|
||||
|
||||
#include "bitshuffle_core.h"
|
||||
|
||||
extern "C" {
|
||||
#include "bitshuffle_internals.h"
|
||||
}
|
||||
|
||||
#include "bitshuffle_internals.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user