summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-29 20:02:36 -0500
committerDavid Robillard <d@drobilla.net>2019-12-29 20:02:36 -0500
commit762cfaa66a7be2fe61722d1d2a1679af65bd1f9a (patch)
tree7d60aeef03703f305ed672ed2ce44395a38f1bf3 /src/main.cpp
parent7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d (diff)
downloadpatchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.gz
patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.bz2
patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.zip
Clean up includes
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4822d3d..80d400d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -15,18 +15,23 @@
*/
#ifdef __APPLE__
-#include <stdlib.h>
+
+#include "binary_location.h"
+
+#include <gtk/gtkrc.h>
+
#include <unistd.h>
+
+#include <cstdlib>
#include <string>
-#include <gtk/gtkrc.h>
-#include "binary_location.h"
+
#endif
-#include <iostream>
+#include "Patchage.hpp"
#include <glibmm/exception.h>
-#include "Patchage.hpp"
+#include <iostream>
#ifdef __APPLE__
void