aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/brotlimodule.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/brotlimodule.cc b/python/brotlimodule.cc
index 88e687c..4849bca 100644
--- a/python/brotlimodule.cc
+++ b/python/brotlimodule.cc
@@ -4,8 +4,8 @@
#include <cstdio>
#include <vector>
#include "../common/version.h"
-#include "../public/encode.h"
-#include "../public/decode.h"
+#include <brotli/decode.h>
+#include <brotli/encode.h>
#if PY_MAJOR_VERSION >= 3
#define PyInt_Check PyLong_Check