1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-07-14 21:15:13 +02:00

Fix include

This commit is contained in:
sharkdp
2018-10-11 21:40:58 +02:00
committed by David Peter
parent 495e7fd3b1
commit 1ae02c65fb

@ -8,7 +8,7 @@ use syntect::dumps::{dump_to_file, from_binary, from_reader};
use syntect::highlighting::{Theme, ThemeSet}; use syntect::highlighting::{Theme, ThemeSet};
use syntect::parsing::{SyntaxReference, SyntaxSet, SyntaxSetBuilder}; use syntect::parsing::{SyntaxReference, SyntaxSet, SyntaxSetBuilder};
use directories::ProjectDirs; use dirs::PROJECT_DIRS;
use errors::*; use errors::*;
use inputfile::{InputFile, InputFileReader}; use inputfile::{InputFile, InputFileReader};