diff --git a/scope/src/prefs.c b/scope/src/prefs.c index c8415f95f..d7b9c80de 100644 --- a/scope/src/prefs.c +++ b/scope/src/prefs.c @@ -26,10 +26,6 @@ #include "common.h" -#ifdef G_OS_UNIX -#include -#endif - gchar *pref_gdb_executable; gboolean pref_gdb_async_mode; #ifndef G_OS_UNIX diff --git a/scope/src/scope.c b/scope/src/scope.c index 69a140348..d6d227dcf 100644 --- a/scope/src/scope.c +++ b/scope/src/scope.c @@ -25,8 +25,6 @@ #include "common.h" -#include - #include GeanyPlugin *geany_plugin;