summaryrefslogtreecommitdiffstats
path: root/src/runtime_paths.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-21 00:41:34 +0100
committerDavid Robillard <d@drobilla.net>2018-01-21 00:56:50 +0100
commit329f498d901f9be9c0c820749850f5277a17df5d (patch)
treefbe6362b6c0a6fbf88749711d55480c694e1081f /src/runtime_paths.cpp
parent44f7ad5222d824d81dc743045d5887418847e74e (diff)
downloadingen-329f498d901f9be9c0c820749850f5277a17df5d.tar.gz
ingen-329f498d901f9be9c0c820749850f5277a17df5d.tar.bz2
ingen-329f498d901f9be9c0c820749850f5277a17df5d.zip
Use C++ style includes for standard language headers
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>