diff options
Diffstat (limited to 'lexlib/LexerNoExceptions.cxx')
-rw-r--r-- | lexlib/LexerNoExceptions.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
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 <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. -#include <stdlib.h> -#include <string.h> -#include <stdio.h> -#include <stdarg.h> -#include <assert.h> -#include <ctype.h> +#include <cstdlib> +#include <cassert> #include "ILexer.h" #include "Scintilla.h" |