summaryrefslogtreecommitdiffstats
path: root/src/gui-gtk/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui-gtk/main.c')
-rw-r--r--src/gui-gtk/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui-gtk/main.c b/src/gui-gtk/main.c
index 2888d6d5..e465d7bf 100644
--- a/src/gui-gtk/main.c
+++ b/src/gui-gtk/main.c
@@ -16,16 +16,14 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <sys/inotify.h>
#include <libreport-gtk.h>
-#include "abrtlib.h"
-#include "parse_options.h"
#if HAVE_LOCALE_H
# include <locale.h>
#endif
+#include "abrtlib.h"
static void scan_dirs_and_add_to_dirlist(void);