diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 15 |
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 |