summaryrefslogtreecommitdiffstats
path: root/src/binary_location.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary_location.h')
-rw-r--r--src/binary_location.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/binary_location.h b/src/binary_location.h
index 303a3bd..25e49bf 100644
--- a/src/binary_location.h
+++ b/src/binary_location.h
@@ -18,11 +18,11 @@
#define _GNU_SOURCE
#endif
-#include <assert.h>
-#include <limits.h>
-#include <stdlib.h>
#include <dlfcn.h>
+#include <cassert>
+#include <climits>
+#include <cstdlib>
#include <string>
/** Return the absolute path of the binary. */