summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin Greenan <kmg@box.com>2014-07-22 13:42:24 -0700
committerKevin Greenan <kmg@box.com>2014-07-22 13:42:24 -0700
commit454cc7279d41b8ca3f5fe638ade49526c8e4613e (patch)
treef2dcba8df95dd802b0dae08238eb0ae180619a1a /include
parent59bec942cb5e9a5c6206c5d2d46e443bf1ec09df (diff)
downloadliberasurecode-454cc7279d41b8ca3f5fe638ade49526c8e4613e.tar.gz
Oops... Build failure! Fixing it!
Diffstat (limited to 'include')
-rw-r--r--include/erasurecode/alg_sig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/erasurecode/alg_sig.h b/include/erasurecode/alg_sig.h
index 32b35fb..eba9ed4 100644
--- a/include/erasurecode/alg_sig.h
+++ b/include/erasurecode/alg_sig.h
@@ -25,8 +25,6 @@
#ifndef _ALG_SIG_H
#define _ALG_SIG_H
-#include "galois.h"
-
struct jerasure_mult_routines {
int (*galois_single_multiply)(int, int, int);
};