diff options
Diffstat (limited to 'beecrypt/dldp.c')
-rw-r--r-- | beecrypt/dldp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/dldp.c b/beecrypt/dldp.c index d328db199..f125677d9 100644 --- a/beecrypt/dldp.c +++ b/beecrypt/dldp.c @@ -29,8 +29,8 @@ #include "system.h" #include "dldp.h" -#include "mp32.h" -#include "mp32prime.h" +#include "mp.h" +#include "mpprime.h" #include "debug.h" /** |