summaryrefslogtreecommitdiffstats
path: root/src/gui-gtk
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-06-17 16:31:27 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-06-17 16:31:27 +0200
commita7e51ae8800a2bc14e4449fd3e2a3c689d9feb37 (patch)
tree649966c5ef2b9f620c5f46568a6859f5384d42d0 /src/gui-gtk
parent10028830ab9be6ec1a154d2f9d9a7a66c94ae7b4 (diff)
downloadabrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.tar.gz
abrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.tar.xz
abrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.zip
clean up after libreport separation into a different source tree
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui-gtk')
-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);