diff options
Diffstat (limited to 'CommandLineArguments.cxx')
-rw-r--r-- | CommandLineArguments.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CommandLineArguments.cxx b/CommandLineArguments.cxx index a2ed874..e45db36 100644 --- a/CommandLineArguments.cxx +++ b/CommandLineArguments.cxx @@ -20,9 +20,9 @@ #include <sstream> #include <vector> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> +#include <cstdio> +#include <cstdlib> +#include <cstring> #ifdef _MSC_VER # pragma warning(disable : 4786) |