summaryrefslogtreecommitdiff
path: root/goo/gfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'goo/gfile.cc')
-rw-r--r--goo/gfile.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/goo/gfile.cc b/goo/gfile.cc
index eae51207..4acba84e 100644
--- a/goo/gfile.cc
+++ b/goo/gfile.cc
@@ -40,11 +40,11 @@
# include <sys/types.h>
# include <sys/stat.h>
# include <fcntl.h>
-# include <limits.h>
-# include <string.h>
+# include <climits>
+# include <cstring>
# include <pwd.h>
#endif // _WIN32
-#include <stdio.h>
+#include <cstdio>
#include <limits>
#include "GooString.h"
#include "gfile.h"