diff options
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r-- | gtk/PlatGTK.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 6db080db5..9ad49c9b8 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -3,11 +3,11 @@ // Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. -#include <stddef.h> -#include <stdlib.h> -#include <string.h> -#include <stdio.h> -#include <math.h> +#include <cstddef> +#include <cstdlib> +#include <cstring> +#include <cstdio> +#include <cmath> #include <string> #include <vector> |