summaryrefslogtreecommitdiff
path: root/beecrypt/python/rng-py.c
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/python/rng-py.c')
-rw-r--r--beecrypt/python/rng-py.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/beecrypt/python/rng-py.c b/beecrypt/python/rng-py.c
index a5b2a8608..1a9173dc3 100644
--- a/beecrypt/python/rng-py.c
+++ b/beecrypt/python/rng-py.c
@@ -3,7 +3,7 @@
*/
#define _REENTRANT 1 /* XXX config.h collides with pyconfig.h */
-#include "system.h"
+#include "config.h"
#include "Python.h"
#ifdef __LCLINT__
@@ -15,8 +15,6 @@
#include "debug-py.c"
-#include "debug.h"
-
/*@unchecked@*/
static int _rng_debug = 0;