gtk-demo: Don't include config.h needlessly

It is not needed here.
This commit is contained in:
Matthias Clasen 2013-05-05 12:16:16 -04:00
parent 111cc604f5
commit 0b3461ff1b
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#include "config.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -6,7 +6,6 @@
#include <string.h>
#include <gtk/gtk.h>
#include "config.h"
static GtkWidget *window = NULL;