aboutsummaryrefslogtreecommitdiff
path: root/research/draw_histogram.cc
diff options
context:
space:
mode:
Diffstat (limited to 'research/draw_histogram.cc')
-rw-r--r--research/draw_histogram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/research/draw_histogram.cc b/research/draw_histogram.cc
index 5341dc1..3ae42dd 100644
--- a/research/draw_histogram.cc
+++ b/research/draw_histogram.cc
@@ -19,7 +19,7 @@
using gflags::ParseCommandLineFlags;
#include "third_party/absl/flags/flag.h"
-#include "./read_dist.h"
+#include "read_dist.h"
DEFINE_int32(height, 1000, "Height of the resulting histogam.");
DEFINE_int32(width, 8000, "Width of the resulting histogam.");