Commit 784e24ea authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 58478ccb
...@@ -35,11 +35,10 @@ ...@@ -35,11 +35,10 @@
* https://github.com/python/cpython/blob/v2.7.15-310-g112e4afd582/Include/object.h#L790-L798 * https://github.com/python/cpython/blob/v2.7.15-310-g112e4afd582/Include/object.h#L790-L798
*/ */
#include <Python.h> #include "bigfile/_bigfile.h"
#include "structmember.h" #include "structmember.h"
#include "frameobject.h" #include "frameobject.h"
#include "bigfile/_bigfile.h"
#include <wendelin/bigfile/ram.h> #include <wendelin/bigfile/ram.h>
#include <wendelin/bug.h> #include <wendelin/bug.h>
#include <wendelin/compat_py2.h> #include <wendelin/compat_py2.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
// XXX doc // XXX doc
#include <Python.h>
#include <wendelin/bigfile/file.h> #include <wendelin/bigfile/file.h>
#include <wendelin/bigfile/virtmem.h> #include <wendelin/bigfile/virtmem.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment