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 9e8c01a..e0ab1b5 100644
--- a/python/brotlimodule.cc
+++ b/python/brotlimodule.cc
@@ -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