summaryrefslogtreecommitdiffstats
path: root/src/runtime_paths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime_paths.cpp')
-rw-r--r--src/runtime_paths.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/runtime_paths.cpp b/src/runtime_paths.cpp
index aeb86433..bc3bf302 100644
--- a/src/runtime_paths.cpp
+++ b/src/runtime_paths.cpp
@@ -14,11 +14,10 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <climits>
+#include <cstdlib>
#include <string>
-#include <limits.h>
-#include <stdlib.h>
-
#include <dlfcn.h>
#include <glibmm/module.h>