aboutsummaryrefslogtreecommitdiff
path: root/research/dictionary_generator.cc
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2021-09-08 09:18:45 +0200
committerGitHub <noreply@github.com>2021-09-08 09:18:45 +0200
commit62662f87cdd96deda90ac817de94e3c4af75226a (patch)
tree6052197cad3d5c40792f2acdc5b8521efd9f4b67 /research/dictionary_generator.cc
parent698e3a7f9d3000fa44174f5be415bf713f71bd0e (diff)
downloadbrotli-62662f87cdd96deda90ac817de94e3c4af75226a.zip
brotli-62662f87cdd96deda90ac817de94e3c4af75226a.tar.gz
brotli-62662f87cdd96deda90ac817de94e3c4af75226a.tar.bz2
Strip "./" in includes (#925)
Co-authored-by: Eugene Kliuchnikov <eustas@chromium.org>
Diffstat (limited to 'research/dictionary_generator.cc')
-rw-r--r--research/dictionary_generator.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/research/dictionary_generator.cc b/research/dictionary_generator.cc
index 7df55ad..c30e49b 100644
--- a/research/dictionary_generator.cc
+++ b/research/dictionary_generator.cc
@@ -8,9 +8,9 @@
#endif
#include <vector>
-#include "./deorummolae.h"
-#include "./durchschlag.h"
-#include "./sieve.h"
+#include "deorummolae.h"
+#include "durchschlag.h"
+#include "sieve.h"
/* This isn't a definitive list of "--foo" arguments, only those that take an
* additional "=#" integer parameter, like "--foo=20" or "--foo=32K".