From 01b178b59b160f6a7e55c3c4d8ba3e401c80364e Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 5 Jun 2019 14:51:17 +0200 Subject: Header file should only be included once. Add pragma directive. --- searchlib/src/vespa/searchlib/index/field_length_calculator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searchlib') diff --git a/searchlib/src/vespa/searchlib/index/field_length_calculator.h b/searchlib/src/vespa/searchlib/index/field_length_calculator.h index 50d47ced063..acbbe38321a 100644 --- a/searchlib/src/vespa/searchlib/index/field_length_calculator.h +++ b/searchlib/src/vespa/searchlib/index/field_length_calculator.h @@ -1,5 +1,7 @@ // Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +#pragma once + #include #include -- cgit v1.2.3