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. --- lexlib/LexerNoExceptions.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lexlib/LexerNoExceptions.cxx') diff --git a/lexlib/LexerNoExceptions.cxx b/lexlib/LexerNoExceptions.cxx index 30c291bcb..2adc3a733 100644 --- a/lexlib/LexerNoExceptions.cxx +++ b/lexlib/LexerNoExceptions.cxx @@ -5,12 +5,8 @@ // Copyright 1998-2010 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 "ILexer.h" #include "Scintilla.h" -- cgit v1.2.3