From ccecc2b7cf2848df1e429878a551493415cf3022 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Tue, 30 May 2017 20:01:31 +0200 Subject: [PATCH] fix: remove duplicate include to containers.hh in face_registry.cc --- src/face_registry.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/face_registry.cc b/src/face_registry.cc index a533d09e..f6129554 100644 --- a/src/face_registry.cc +++ b/src/face_registry.cc @@ -2,7 +2,6 @@ #include "containers.hh" #include "exception.hh" -#include "containers.hh" namespace Kakoune {