aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharClassify.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CharClassify.cxx')
-rw-r--r--src/CharClassify.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CharClassify.cxx b/src/CharClassify.cxx
index 8678e6d64..5d0aa02a4 100644
--- a/src/CharClassify.cxx
+++ b/src/CharClassify.cxx
@@ -5,8 +5,8 @@
// Copyright 2006 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#include <stdlib.h>
-#include <ctype.h>
+#include <cstdlib>
+#include <cctype>
#include <stdexcept>