From dae9c7ffd0bd3780cee1b70b602867fcfe66c3a5 Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Mon, 22 Aug 2016 14:00:42 +0200 Subject: Fix brotlimodule --- python/brotlimodule.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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 #include #include -#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 -- cgit v1.1