]> Git Repo - secp256k1.git/commitdiff
clean dependendies in field_*_impl.h
authorRussell O'Connor <[email protected]>
Fri, 6 Jul 2018 11:38:03 +0000 (07:38 -0400)
committerRussell O'Connor <[email protected]>
Fri, 6 Jul 2018 12:40:35 +0000 (08:40 -0400)
src/field_10x26_impl.h
src/field_5x52_impl.h
src/field_impl.h

index d840825c3f461ec706fcbb523db3b5151d0144b3..4ae4fdcec884c124a81e45fa1226a17ce3585842 100644 (file)
@@ -8,7 +8,6 @@
 #define SECP256K1_FIELD_REPR_IMPL_H
 
 #include "util.h"
-#include "num.h"
 #include "field.h"
 
 #ifdef VERIFY
index 60112b7e09f263c10efc9024ea43a40da56d17f6..f4263320d510065c74808638a20ca85c09cc6abf 100644 (file)
@@ -12,7 +12,6 @@
 #endif
 
 #include "util.h"
-#include "num.h"
 #include "field.h"
 
 #if defined(USE_ASM_X86_64)
index 20428648af31299921fa0dc250e6951912178ec8..f9f0a1c775a5671f6692db4d1ebc479f53c168ca 100644 (file)
@@ -12,6 +12,7 @@
 #endif
 
 #include "util.h"
+#include "num.h"
 
 #if defined(USE_FIELD_10X26)
 #include "field_10x26_impl.h"
This page took 0.029203 seconds and 4 git commands to generate.