mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Fix brotlimodule
This commit is contained in:
committed by
GitHub
parent
403729c454
commit
dae9c7ffd0
@@ -2,8 +2,8 @@
|
||||
#include <Python.h>
|
||||
#include <bytesobject.h>
|
||||
#include <vector>
|
||||
#include "../enc/encode.h"
|
||||
#include "../dec/decode.h"
|
||||
#include "../public/encode.h"
|
||||
#include "../public/decode.h"
|
||||
#include "../tools/version.h"
|
||||
|
||||
#if PY_MAJOR_VERSION >= 3
|
||||
|
||||
Reference in New Issue
Block a user