summaryrefslogtreecommitdiff
path: root/goo/gbasename.cc
diff options
context:
space:
mode:
Diffstat (limited to 'goo/gbasename.cc')
-rw-r--r--goo/gbasename.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/goo/gbasename.cc b/goo/gbasename.cc
index 830c1c80..e84276e0 100644
--- a/goo/gbasename.cc
+++ b/goo/gbasename.cc
@@ -43,8 +43,8 @@
#ifndef _MSC_VER
# include <libgen.h>
#endif
-#include <stdlib.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
std::string gbasename(const char* filename)
{