From 0c9d87b081f9dd3856194f71f1643c99994d0b95 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 1 Apr 2017 10:43:59 +1100 Subject: Standardize on C++ headers, remove headers that aren't needed and add where it may be needed in the future. --- src/PositionCache.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/PositionCache.cxx') diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index 3eee9058b..66d944d26 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -5,10 +5,9 @@ // Copyright 1998-2007 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. -#include -#include -#include -#include +#include +#include +#include #include #include -- cgit v1.2.3